C# Class mustache.InlineTagDefinition

Defines a tag that cannot contain inner text.
Inheritance: TagDefinition
Show file Open project: Zocdoc/mustache-sharp

Protected Methods

Method Description
GetHasContent ( ) : bool

Gets or sets whether the tag can have content.

InlineTagDefinition ( string tagName ) : System

Initializes a new instance of an InlineTagDefinition.

Private Methods

Method Description
InlineTagDefinition ( string tagName, bool isBuiltin ) : System

Initializes a new instance of an InlineTagDefinition.

Method Details

GetHasContent() protected method

Gets or sets whether the tag can have content.
protected GetHasContent ( ) : bool
return bool

InlineTagDefinition() protected method

Initializes a new instance of an InlineTagDefinition.
protected InlineTagDefinition ( string tagName ) : System
tagName string The name of the tag being defined.
return System