C# 클래스 Castle.MonoRail.Framework.Views.Aspx.Contents

Control used on master pages to represent the position where the child page contents should be written.
상속: System.Web.UI.Control
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

보호된 메소드들

메소드 설명
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Sends server control content to a provided object, which writes the content to be rendered on the client.

메소드 상세

Render() 보호된 메소드

Sends server control content to a provided object, which writes the content to be rendered on the client.
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The object that receives the server control content.
리턴 void