Click or drag to resize

ExtendedTemplateBase Properties

The ExtendedTemplateBase 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)
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 Razor Gets or sets the current IRazorEngineService instance.
(Inherited from TemplateBase)
Public property RazorEngine Gets or sets the current IRazorEngineService instance.
(Inherited from TemplateBase)
Obsolete
Public property TemplateService Gets or sets the template service.
(Inherited from TemplateBase)
Obsolete
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