C# Class Glass.Mapper.Sc.Razor.Web.Ui.GlassRazorControl

Use this control to add a razor rendering to a sublayout
Inheritance: WebControl
Datei anzeigen Open project: mikeedwards83/Glass.Mapper

Protected Methods

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

Method Details

DoRender() protected method

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

GetCachingID() protected method

protected GetCachingID ( ) : string
return string

OnLoad() protected method

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
return void