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
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
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