C# Класс mustache.IfTagDefinition

Defines a tag that renders its content depending on the truthyness of its argument, with optional elif and else nested tags.
Наследование: ConditionTagDefinition
Показать файл Открыть проект Примеры использования класса

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

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

Initializes a new instance of a IfTagDefinition.

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

Метод Описание
GetIsContextSensitive ( ) : bool

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

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

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

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

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

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