WebPageBase Methods
The WebPageBase type exposes the following members.
Name | Description | |
---|---|---|
![]() |
BeginContext(Int32, Int32, Boolean) | (Inherited from WebPageExecutingBase.) |
![]() |
BeginContext(TextWriter, Int32, Int32, Boolean) | (Inherited from WebPageExecutingBase.) |
![]() |
BeginContext(String, Int32, Int32, Boolean) | (Inherited from WebPageExecutingBase.) |
![]() |
BeginContext(TextWriter, String, Int32, Int32, Boolean) | (Inherited from WebPageExecutingBase.) |
![]() |
ConfigurePage | When overridden in a derived class, configures the current web page based on the configuration of the parent web page. |
![]() ![]() |
CreateInstanceFromVirtualPath | Creates a new instance of the WebPageBase class by using the specified virtual path. |
![]() |
CreatePageFromVirtualPath | Attempts to create a WebPageBase instance from a virtualPath and wraps complex compiler exceptions with simpler messages |
![]() |
DefineSection | Called by content pages to create named content sections. |
![]() |
EndContext(Int32, Int32, Boolean) | (Inherited from WebPageExecutingBase.) |
![]() |
EndContext(TextWriter, Int32, Int32, Boolean) | (Inherited from WebPageExecutingBase.) |
![]() |
EndContext(String, Int32, Int32, Boolean) | (Inherited from WebPageExecutingBase.) |
![]() |
EndContext(TextWriter, String, Int32, Int32, Boolean) | (Inherited from WebPageExecutingBase.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Execute | (Inherited from WebPageExecutingBase.) |
![]() |
ExecutePageHierarchy() | Executes the code in a set of dependent web pages. (Overrides WebPageRenderingBase.ExecutePageHierarchy().) |
![]() |
ExecutePageHierarchy(WebPageContext, TextWriter) | Executes the code in a set of dependent web pages by using the specified parameters. |
![]() |
ExecutePageHierarchy(WebPageContext, TextWriter, WebPageRenderingBase) | Executes the code in a set of dependent web pages by using the specified context, writer, and start page. |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetOutputWriter | Returns the text writer instance that is used to render the page. (Overrides WebPageExecutingBase.GetOutputWriter().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
Href | (Inherited from WebPageExecutingBase.) |
![]() |
InitializePage | Initializes the current page. |
![]() |
IsSectionDefined | Returns a value that indicates whether the specified section is defined in the page. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
NormalizeLayoutPagePath | (Inherited from WebPageExecutingBase.) |
![]() |
NormalizePath | (Inherited from WebPageExecutingBase.) |
![]() |
PopContext | Returns and removes the context from the top of the OutputStack instance. |
![]() |
PushContext | Inserts the specified context at the top of the OutputStack instance. |
![]() |
RenderBody | In layout pages, renders the portion of a content page that is not within a named section. |
![]() |
RenderPage | Renders the content of one page within another page. (Overrides WebPageRenderingBase.RenderPage(String, Object[]).) |
![]() |
RenderSection(String) | In layout pages, renders the content of a named section. |
![]() |
RenderSection(String, Boolean) | In layout pages, renders the content of a named section and specifies whether the section is required. |
![]() |
ToString | (Inherited from Object.) |
![]() |
Write(Object) | Writes the specified object as an HTML-encoded string. (Overrides WebPageExecutingBase.Write(Object).) |
![]() |
Write(HelperResult) | Writes the specified HelperResult object as an HTML-encoded string. (Overrides WebPageExecutingBase.Write(HelperResult).) |
![]() |
WriteAttribute | (Inherited from WebPageExecutingBase.) |
![]() |
WriteAttributeTo(TextWriter, String, PositionTagged<String>, PositionTagged<String>, AttributeValue[]) | (Inherited from WebPageExecutingBase.) |
![]() |
WriteAttributeTo(String, TextWriter, String, PositionTagged<String>, PositionTagged<String>, AttributeValue[]) | (Inherited from WebPageExecutingBase.) |
![]() |
WriteLiteral | Writes the specified object without HTML-encoding it first. (Overrides WebPageExecutingBase.WriteLiteral(Object).) |
Show: