C# Class mustache.ElifTagDefinition

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

Méthodes publiques

Méthode Description
ElifTagDefinition ( ) : System

Initializes a new instance of an ElifTagDefinition.

Méthodes protégées

Méthode Description
GetClosingTags ( ) : IEnumerable

Gets the tags that indicate the end of the current tags context.

GetIsContextSensitive ( ) : bool

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

Method Details

ElifTagDefinition() public méthode

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

GetClosingTags() protected méthode

Gets the tags that indicate the end of the current tags context.
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