C# 클래스 DotLiquid.Document

상속: DotLiquid.Block
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
Initialize ( string tagName, string markup, List tokens ) : void

We don't need markup to open this block

Render ( Context context, TextWriter result ) : void

This is used to handle the new known/valid control exceptions in Liquid.

보호된 메소드들

메소드 설명
AssertMissingDelimitation ( ) : void

Document blocks don't need to be terminated since they are not actually opened

메소드 상세

AssertMissingDelimitation() 보호된 메소드

Document blocks don't need to be terminated since they are not actually opened
protected AssertMissingDelimitation ( ) : void
리턴 void

Initialize() 공개 메소드

We don't need markup to open this block
public Initialize ( string tagName, string markup, List tokens ) : void
tagName string
markup string
tokens List
리턴 void

Render() 공개 메소드

This is used to handle the new known/valid control exceptions in Liquid.
public Render ( Context context, TextWriter result ) : void
context Context
result System.IO.TextWriter
리턴 void