C# 클래스 DotLiquid.Variable

Holds variables. Variables are only loaded "just in time" and are not evaluated as part of the render stage {{ monkey }} {{ user.name }} Variables can be combined with filters: {{ user | link }}
상속: IRenderable
파일 보기 프로젝트 열기: NewSpring/Rock

공개 프로퍼티들

프로퍼티 타입 설명
FilterParser string

공개 메소드들

메소드 설명
Render ( Context context, TextWriter result ) : void
Variable ( string markup ) : System.Collections

메소드 상세

Render() 공개 메소드

public Render ( Context context, TextWriter result ) : void
context Context
result System.IO.TextWriter
리턴 void

Variable() 공개 메소드

public Variable ( string markup ) : System.Collections
markup string
리턴 System.Collections

프로퍼티 상세

FilterParser 공개적으로 정적으로 프로퍼티

public static string FilterParser
리턴 string