C# Класс Castle.MonoRail.Framework.Views.NVelocity.CustomDirectives.CaptureForDirective

Наследование: NVelocity.Runtime.Directive.Directive
Показать файл Открыть проект

Открытые методы

Метод Описание
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