C# Class Castle.MonoRail.WebForms.ViewPage

Inheritance: System.Web.UI.Page
显示文件 Open project: johnsimons/MonoRail3

Public Methods

Method Description
InitHelpers ( ) : void
ProcessRequest ( HttpContext context ) : void
RenderView ( ViewContext viewContext ) : void

Protected Methods

Method Description
OnPreInit ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Private Methods

Method Description
NextId ( ) : string

Method Details

InitHelpers() public method

public InitHelpers ( ) : void
return void

OnPreInit() protected method

protected OnPreInit ( EventArgs e ) : void
e System.EventArgs
return void

ProcessRequest() public method

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
return void

Render() protected method

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void

RenderView() public method

public RenderView ( ViewContext viewContext ) : void
viewContext ViewContext
return void