Click or drag to resize

ExtendedTemplateBase Methods

The ExtendedTemplateBase type exposes the following members.

Methods
  Name Description
Public method DefineSection Defines a section that can written out to a layout.
(Inherited from TemplateBase)
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public method Execute Executes the compiled template.
(Inherited from TemplateBase)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public method GetHashCode Serves as the default hash function.
(Inherited from Object)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method Include Includes the template with the specified name.
(Inherited from TemplateBase)
Public method IsSectionDefined Determines if the section with the specified name has been defined.
(Inherited from TemplateBase)
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Public method Raw Returns the specified string as a raw string. This will ensure it is not encoded.
(Inherited from TemplateBase)
Public method RenderBody Renders the body of the template.
(Inherited from TemplateBase)
Public method RenderSection Renders the section with the specified name.
(Inherited from TemplateBase)
Protected method ResolveLayout Resolves the layout template.
(Inherited from TemplateBase)
Public method ResolveUrl Resolves the specified path
(Inherited from TemplateBase)
Public method SetData Set the data for this template.
(Inherited from TemplateBase)
Public method SetModel Set the current model.
(Inherited from TemplateBase)
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Public method Write(Object) Writes the specified object to the result.
(Inherited from TemplateBase)
Public method Write(TemplateWriter) Writes the specified template helper result.
(Inherited from TemplateBase)
Public method WriteAttribute Writes an attribute to the result.
(Inherited from TemplateBase)
Public method WriteAttributeTo Writes an attribute to the specified TextWriter.
(Inherited from TemplateBase)
Public method WriteLiteral Writes the specified string to the result.
(Inherited from TemplateBase)
Public method WriteLiteralTo Writes a string literal to the specified TextWriter.
(Inherited from TemplateBase)
Public method WriteTo(TextWriter, TemplateWriter) Writes the specfied template helper result to the specified writer.
(Inherited from TemplateBase)
Public method WriteTo(TextWriter, Object) Writes the specified object to the specified TextWriter.
(Inherited from TemplateBase)
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also