C# Class Glass.Mapper.Sc.Razor.ContextRazorView

Class ContextRazorView
Inheritance: WebControl
Datei anzeigen Open project: mikeedwards83/Glass.Mapper

Protected Methods

Method Description
CreateChildControls ( ) : void

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.

DoRender ( System 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.

Method Details

CreateChildControls() protected method

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
protected CreateChildControls ( ) : void
return void

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 output ) : void
output System The object that receives the server control content.
return void