C# 클래스 mustache.IfTagDefinition

Defines a tag that renders its content depending on the truthyness of its argument, with optional elif and else nested tags.
상속: ConditionTagDefinition
파일 보기 프로젝트 열기: Zocdoc/mustache-sharp 1 사용 예제들

공개 메소드들

메소드 설명
IfTagDefinition ( ) : System

Initializes a new instance of a IfTagDefinition.

보호된 메소드들

메소드 설명
GetIsContextSensitive ( ) : bool

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

메소드 상세

GetIsContextSensitive() 보호된 메소드

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

IfTagDefinition() 공개 메소드

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