Click or drag to resize

RazorTemplateBaseTModel Properties

The RazorTemplateBaseTModel generic type exposes the following members.

Properties
  NameDescription
Public propertyConsents
Gets the consents.
(Inherited from TemplateBaseT.)
Public propertyCurrentWriter
Gets the current writer.
(Inherited from TemplateBase.)
Protected propertyHasDynamicModel
Determines whether this template has a dynamic model.
(Inherited from TemplateBaseTModel.)
Public propertyInternalTemplateService
Gets or sets the template service.
(Inherited from TemplateBase.)
Public propertyLayout
Gets or sets the layout template name.
(Inherited from TemplateBase.)
Public propertyLoops
Returns a list of loops on this instance.
Public propertyModel
Gets or sets the model.
(Inherited from TemplateBaseTModel.)
Public propertyNavigation (Inherited from TemplateBaseT.)
Public propertyPageview
Gets the pageview of the current pageview.
(Inherited from TemplateBaseT.)
Public propertyRazor
Gets or sets the current IRazorEngineService instance.
(Inherited from TemplateBase.)
Public propertyRazorEngine Obsolete.
Gets or sets the current IRazorEngineService instance.
(Inherited from TemplateBase.)
Public propertyTemplateService Obsolete.
Gets or sets the template service.
(Inherited from TemplateBase.)
Public propertyValues
Gets the raw values of templates tags in a Dictionary. The key is the name of the tag, the value is value of the tag.
Public propertyViewBag
Gets the viewbag that allows sharing state between layout and child templates.
(Inherited from TemplateBase.)
Top
See Also