C# 클래스 mustache.ElseTagDefinition

Defines a tag that renders its content if all preceding if and elif tags.
상속: ContentTagDefinition
파일 보기 프로젝트 열기: Zocdoc/mustache-sharp 1 사용 예제들

공개 메소드들

메소드 설명
ElseTagDefinition ( ) : System

Initializes a new instance of a ElseTagDefinition.

보호된 메소드들

메소드 설명
GetClosingTags ( ) : IEnumerable

Gets the tags that indicate the end of the current tag's content.

GetIsContextSensitive ( ) : bool

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

메소드 상세

ElseTagDefinition() 공개 메소드

Initializes a new instance of a ElseTagDefinition.
public ElseTagDefinition ( ) : System
리턴 System

GetClosingTags() 보호된 메소드

Gets the tags that indicate the end of the current tag's content.
protected GetClosingTags ( ) : IEnumerable
리턴 IEnumerable

GetIsContextSensitive() 보호된 메소드

Gets whether the tag only exists within the scope of its parent.
protected GetIsContextSensitive ( ) : bool
리턴 bool