Click or drag to resize

ExtendedTemplateBaseT Properties

The ExtendedTemplateBaseT type exposes the following members.

Properties
  Name Description
Protected property Context Gets the current HttpContext.
Public property CurrentWriter Gets the current writer.
(Inherited from TemplateBase)
Protected property HasDynamicModel Determines whether this template has a dynamic model.
(Inherited from TemplateBaseT)
Public property Html Gets HTML based helper functions.
Public property InternalTemplateService Gets or sets the template service.
(Inherited from TemplateBase)
Public property Layout Gets or sets the layout template name.
(Inherited from TemplateBase)
Public property Model Gets or sets the model.
(Inherited from TemplateBaseT)
Public property Razor Gets or sets the current IRazorEngineService instance.
(Inherited from TemplateBase)
Public property RazorEngine Obsolete.
Gets or sets the current IRazorEngineService instance.
(Inherited from TemplateBase)
Public property TemplateService Obsolete.
Gets or sets the template service.
(Inherited from TemplateBase)
Public property Url Gets URL based helper functions.
Public property ViewBag Gets the viewbag that allows sharing state between layout and child templates.
(Inherited from TemplateBase)
Top
See Also