C# Класс Castle.MonoRail.Framework.ViewComponents.ChildContentComponent

Renders the contents of the block component into the $childContent context variable, and then renders the components view file.
Наследование: ViewComponent
Показать файл Открыть проект

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

Метод Описание
Render ( ) : void

Called by the framework so the component can render its content

Защищенные методы

Метод Описание
ObtainChildContent ( ) : void

Obtains the content of the child.

PopulateContext ( ) : void

Populates the context.

RenderView ( string name ) : void

Specifies the view to be processed after the component has finished its processing.

RenderView ( string component, string name ) : void

Specifies the view to be processed after the component has finished its processing.

Описание методов

ObtainChildContent() защищенный Метод

Obtains the content of the child.
protected ObtainChildContent ( ) : void
Результат void

PopulateContext() защищенный Метод

Populates the context.
protected PopulateContext ( ) : void
Результат void

Render() публичный Метод

Called by the framework so the component can render its content
public Render ( ) : void
Результат void

RenderView() защищенный Метод

Specifies the view to be processed after the component has finished its processing.
protected RenderView ( string name ) : void
name string
Результат void

RenderView() защищенный Метод

Specifies the view to be processed after the component has finished its processing.
protected RenderView ( string component, string name ) : void
component string
name string
Результат void