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

Use this control to add a razor rendering to a sublayout
Inheritance: WebControl
Afficher le fichier Open project: mikeedwards83/Glass.Mapper

Méthodes protégées

Méthode 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 méthode

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.
Résultat void

GetCachingID() protected méthode

protected GetCachingID ( ) : string
Résultat string

OnLoad() protected méthode

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