C# Class mustache.InlineTagDefinition

Defines a tag that cannot contain inner text.
Inheritance: TagDefinition
Afficher le fichier Open project: Zocdoc/mustache-sharp

Méthodes protégées

Méthode 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

Méthode Description
InlineTagDefinition ( string tagName, bool isBuiltin ) : System

Initializes a new instance of an InlineTagDefinition.

Method Details

GetHasContent() protected méthode

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

InlineTagDefinition() protected méthode

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