C# Class mustache.ElseTagDefinition

Defines a tag that renders its content if all preceding if and elif tags.
Inheritance: ContentTagDefinition
Afficher le fichier Open project: Zocdoc/mustache-sharp Class Usage Examples

Méthodes publiques

Méthode Description
ElseTagDefinition ( ) : System

Initializes a new instance of a ElseTagDefinition.

Méthodes protégées

Méthode Description
GetClosingTags ( ) : IEnumerable

Gets the tags that indicate the end of the current tag's content.

GetIsContextSensitive ( ) : bool

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

Method Details

ElseTagDefinition() public méthode

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

GetClosingTags() protected méthode

Gets the tags that indicate the end of the current tag's content.
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