C# Class mustache.MasterTagDefinition

Defines a pseudo tag that wraps the entire content of a format string.
Inheritance: ContentTagDefinition
Show file Open project: Zocdoc/mustache-sharp Class Usage Examples

Public Methods

Method Description
MasterTagDefinition ( ) : System

Initializes a new instance of a MasterTagDefinition.

Protected Methods

Method Description
GetClosingTags ( ) : IEnumerable

Gets the name of the tags that indicate that the tag's context is closed.

GetIsContextSensitive ( ) : bool

Gets whether the tag only exists within the scope of its parent.

Method Details

GetClosingTags() protected method

Gets the name of the tags that indicate that the tag's context is closed.
protected GetClosingTags ( ) : IEnumerable
return IEnumerable

GetIsContextSensitive() protected method

Gets whether the tag only exists within the scope of its parent.
protected GetIsContextSensitive ( ) : bool
return bool

MasterTagDefinition() public method

Initializes a new instance of a MasterTagDefinition.
public MasterTagDefinition ( ) : System
return System