C# Class Castle.MonoRail.Framework.Views.NVelocity.CustomDirectives.CaptureForDirective

Inheritance: NVelocity.Runtime.Directive.Directive
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
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

Method Details

CaptureForDirective() public méthode

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
Résultat NVelocity.Runtime.Directive

Render() public méthode

public Render ( IInternalContextAdapter context, TextWriter writer, INode node ) : bool
context IInternalContextAdapter
writer System.IO.TextWriter
node INode
Résultat bool