C# Class Castle.MonoRail.Framework.Views.Aspx.Contents

Control used on master pages to represent the position where the child page contents should be written.
Inheritance: System.Web.UI.Control
Exibir arquivo Open project: nats/castle-1.0.3-mono

Protected Methods

Method Description
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.

Method Details

Render() protected method

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.
return void