C# 클래스 mustache.ElifTagDefinition

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

공개 메소드들

메소드 설명
ElifTagDefinition ( ) : System

Initializes a new instance of an ElifTagDefinition.

보호된 메소드들

메소드 설명
GetClosingTags ( ) : IEnumerable

Gets the tags that indicate the end of the current tags context.

GetIsContextSensitive ( ) : bool

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

메소드 상세

ElifTagDefinition() 공개 메소드

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

GetClosingTags() 보호된 메소드

Gets the tags that indicate the end of the current tags context.
protected GetClosingTags ( ) : IEnumerable
리턴 IEnumerable

GetIsContextSensitive() 보호된 메소드

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