C# 클래스 mustache.InlineTagDefinition

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

보호된 메소드들

메소드 설명
GetHasContent ( ) : bool

Gets or sets whether the tag can have content.

InlineTagDefinition ( string tagName ) : System

Initializes a new instance of an InlineTagDefinition.

비공개 메소드들

메소드 설명
InlineTagDefinition ( string tagName, bool isBuiltin ) : System

Initializes a new instance of an InlineTagDefinition.

메소드 상세

GetHasContent() 보호된 메소드

Gets or sets whether the tag can have content.
protected GetHasContent ( ) : bool
리턴 bool

InlineTagDefinition() 보호된 메소드

Initializes a new instance of an InlineTagDefinition.
protected InlineTagDefinition ( string tagName ) : System
tagName string The name of the tag being defined.
리턴 System