C# Класс mustache.ElifTagDefinition

Defines a tag that conditionally renders its content if preceding if and elif tags fail.
Наследование: ConditionTagDefinition
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ElifTagDefinition ( ) : System

Initializes a new instance of an ElifTagDefinition.

Защищенные методы

Метод Описание
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.

Описание методов

ElifTagDefinition() публичный Метод

Initializes a new instance of an ElifTagDefinition.
public ElifTagDefinition ( ) : System
Результат System

GetClosingTags() защищенный Метод

Gets the tags that indicate the end of the current tags context.
protected GetClosingTags ( ) : IEnumerable
Результат IEnumerable

GetIsContextSensitive() защищенный Метод

Gets whether the tag only exists within the scope of its parent.
protected GetIsContextSensitive ( ) : bool
Результат bool