C# Класс mustache.MasterTagDefinition

Defines a pseudo tag that wraps the entire content of a format string.
Наследование: ContentTagDefinition
Показать файл Открыть проект Примеры использования класса

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

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

Initializes a new instance of a MasterTagDefinition.

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

Метод Описание
GetClosingTags ( ) : IEnumerable

Gets the name of the tags that indicate that the tag's context is closed.

GetIsContextSensitive ( ) : bool

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

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

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

Gets the name of the tags that indicate that the tag's context is closed.
protected GetClosingTags ( ) : IEnumerable
Результат IEnumerable

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

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

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

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