C# Class mustache.MasterTagDefinition

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

Méthodes publiques

Méthode Description
MasterTagDefinition ( ) : System

Initializes a new instance of a MasterTagDefinition.

Méthodes protégées

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

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

GetIsContextSensitive() protected méthode

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

MasterTagDefinition() public méthode

Initializes a new instance of a MasterTagDefinition.
public MasterTagDefinition ( ) : System
Résultat System