C# Класс mustache.ElseTagDefinition

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

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

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

Initializes a new instance of a ElseTagDefinition.

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

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

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

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

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

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

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

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

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