C# 클래스 Castle.MonoRail.Framework.ViewComponents.CaptureFor

Renders the inner content and stores it in the IViewEngineContext #blockcomponent(CaptureFor with "id=someId" ["append=before"]) content to be captured #end ${someId} id - the key to be used to retrieve the captured contents append - when present will append component content into the current content, if append = "before" will append before the current content
상속: ViewComponent
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
Render ( ) : void

Render component's content and stores it in the view engine ContextVars so it can be reference and included in other places

메소드 상세

Render() 공개 메소드

Render component's content and stores it in the view engine ContextVars so it can be reference and included in other places
public Render ( ) : void
리턴 void