WebPartPage Members
Include Protected Members
Include Inherited Members
Represents a Web Parts page.
The WebPartPage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WebPartPage | Initializes a new instance of the WebPartPage class. |
Top
Methods
Name | Description | |
---|---|---|
CreateChildControls | Creates any child controls contained in the WebPartPage. (Overrides Control.CreateChildControls().) | |
OnInit | Handles the Init event. (Overrides WebPartPage.OnInit(EventArgs).) | |
OnLoad | Handles the Load event. (Overrides Control.OnLoad(EventArgs).) | |
OnPreRender | Handles the PreRender event. (Overrides WebPartPage.OnPreRender(EventArgs).) | |
Render | Outputs the content of the WebPartPage to the provided HtmlTextWriter. (Overrides Page.Render(HtmlTextWriter).) | |
RenderChildren | Outputs the content of the WebPartPage object child controls to the provided HtmlTextWriter object. (Overrides Control.RenderChildren(HtmlTextWriter).) | |
StopProcessingRequestIfNotNeeded | Stops processing the request if the client is no longer connected to the server. |
Top