Click or drag to resize

RazorTemplateBase<TModel>.Include 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 TemplateBase<TModel>.)
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 TemplateBase<TModel>.)
Top
See Also