WebPartPage Members

Include Protected Members
Include Inherited Members

Represents a Web Parts page.

The WebPartPage type exposes the following members.

Constructors

  Name Description
Public method WebPartPage Initializes a new instance of the WebPartPage class.

Top

Methods

  Name Description
Protected method CreateChildControls Creates any child controls contained in the WebPartPage. (Overrides Control.CreateChildControls().)
Protected method OnInit Handles the Init event. (Overrides WebPartPage.OnInit(EventArgs).)
Protected method OnLoad Handles the Load event. (Overrides Control.OnLoad(EventArgs).)
Protected method OnPreRender Handles the PreRender event. (Overrides WebPartPage.OnPreRender(EventArgs).)
Protected method Render Outputs the content of the WebPartPage to the provided HtmlTextWriter. (Overrides Page.Render(HtmlTextWriter).)
Protected method RenderChildren Outputs the content of the WebPartPage object child controls to the provided HtmlTextWriter object. (Overrides Control.RenderChildren(HtmlTextWriter).)
Protected method StopProcessingRequestIfNotNeeded Stops processing the request if the client is no longer connected to the server.

Top

See Also

Reference

WebPartPage Class

Microsoft.SharePoint.Portal.WebControls Namespace