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
Показать файл Открыть проект

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

Метод Описание
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