Click or drag to resize

RazorTemplateBaseTModelInclude Method

Overload List
  NameDescription
Public methodInclude(String)
Includes the file specified before the razor template is compiled.
Public methodInclude(String, Object)
Includes the template with the specified name.
(Inherited from TemplateBaseTModel.)
Public methodInclude(String, String)
Includes the file specified before the razor template is compiled.
Public methodInclude(String, Object, Type)
Includes the template with the specified name.
(Inherited from TemplateBaseTModel.)
Top
See Also