C# Класс Glass.Mapper.Sc.Razor.Web.Ui.GlassRazorControl

Use this control to add a razor rendering to a sublayout
Наследование: WebControl
Показать файл Открыть проект

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

Метод Описание
DoRender ( System.Web.UI.HtmlTextWriter output ) : void

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

When developing custom server controls, you can override this method to generate content for an ASP.NET page.

GetCachingID ( ) : string
OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event.

Описание методов

DoRender() защищенный Метод

Sends server control content to a provided object, which writes the content to be rendered on the client.
When developing custom server controls, you can override this method to generate content for an ASP.NET page.
protected DoRender ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter The object that receives the server control content.
Результат void

GetCachingID() защищенный Метод

protected GetCachingID ( ) : string
Результат string

OnLoad() защищенный Метод

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Результат void