C# Класс mustache.ContentTagDefinition

Defines a tag that can contain inner text.
Наследование: TagDefinition
Показать файл Открыть проект

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

Метод Описание
ContentTagDefinition ( string tagName ) : System

Initializes a new instance of a ContentTagDefinition.

GetHasContent ( ) : bool

Gets or sets whether the tag can have content.

Приватные методы

Метод Описание
ContentTagDefinition ( string tagName, bool isBuiltin ) : System

Initializes a new instance of a ContentTagDefinition.

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

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

Initializes a new instance of a ContentTagDefinition.
protected ContentTagDefinition ( string tagName ) : System
tagName string The name of the tag being defined.
Результат System

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

Gets or sets whether the tag can have content.
protected GetHasContent ( ) : bool
Результат bool