C# 클래스 mustache.MasterTagDefinition

Defines a pseudo tag that wraps the entire content of a format string.
상속: ContentTagDefinition
파일 보기 프로젝트 열기: Zocdoc/mustache-sharp 1 사용 예제들

공개 메소드들

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