C# 클래스 Castle.MonoRail.Framework.Views.NVelocity.CustomDirectives.CaptureForDirective

상속: NVelocity.Runtime.Directive.Directive
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
CaptureForDirective ( ) : NVelocity.Runtime.Directive

Render's the contents of the directive and store them in the context variable so it can be referenced later on the template #capturefor(someId) Some content goes here #end $someId

Render ( IInternalContextAdapter context, TextWriter writer, INode node ) : bool

메소드 상세

CaptureForDirective() 공개 메소드

Render's the contents of the directive and store them in the context variable so it can be referenced later on the template #capturefor(someId) Some content goes here #end $someId
public CaptureForDirective ( ) : NVelocity.Runtime.Directive
리턴 NVelocity.Runtime.Directive

Render() 공개 메소드

public Render ( IInternalContextAdapter context, TextWriter writer, INode node ) : bool
context IInternalContextAdapter
writer System.IO.TextWriter
node INode
리턴 bool