This documentation is archived and is not being maintained.
StartPage Methods
The StartPage 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.) |
|
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
|
Calls the methods that are used to execute the developer-written code in the _PageStart start page and in the ChildPage page. (Overrides WebPageRenderingBase.ExecutePageHierarchy().) |
|
Finalize
|
(Inherited from Object.) |
|
GetHashCode
|
(Inherited from Object.) |
|
GetOutputWriter
|
Returns the text writer instance that is used to render the page. (Overrides WebPageExecutingBase.GetOutputWriter().) |
|
GetStartPage
|
Returns the initialization page for the specified page.
|
|
GetType
|
(Inherited from Object.) |
|
Href
|
(Inherited from WebPageExecutingBase.) |
|
MemberwiseClone
|
(Inherited from Object.) |
|
NormalizeLayoutPagePath
|
(Inherited from WebPageExecutingBase.) |
|
NormalizePath
|
(Inherited from WebPageExecutingBase.) |
|
RenderPage
|
Renders the ChildPage page. (Overrides WebPageRenderingBase.RenderPage(String, Object[]).) |
|
RunPage
|
Executes the developer-written code in the ChildPage page.
|
|
ToString
|
(Inherited from Object.) |
|
Write(Object)
|
Writes the string representation of the specified object as an HTML-encoded string. (Overrides WebPageExecutingBase.Write(Object).) |
|
Write(HelperResult)
|
Writes the string representation of 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 string representation of the specified object without HTML encoding. (Overrides WebPageExecutingBase.WriteLiteral(Object).) |
Top