C# 클래스 mustache.ContentTagDefinition

Defines a tag that can contain inner text.
상속: TagDefinition
파일 보기 프로젝트 열기: Zocdoc/mustache-sharp

보호된 메소드들

메소드 설명
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