This documentation is archived and is not being maintained.
WebPageRenderingBase Methods
The WebPageRenderingBase 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
|
When overridden in a derived class, calls the methods that are used to initialize the page.
|
|
Finalize
|
(Inherited from Object.) |
|
GetHashCode
|
(Inherited from Object.) |
|
GetOutputWriter
|
Returns the text writer instance that is used to render the page. (Inherited from WebPageExecutingBase.) |
|
GetType
|
(Inherited from Object.) |
|
Href
|
(Inherited from WebPageExecutingBase.) |
|
MemberwiseClone
|
(Inherited from Object.) |
|
NormalizeLayoutPagePath
|
(Inherited from WebPageExecutingBase.) |
|
NormalizePath
|
(Inherited from WebPageExecutingBase.) |
|
RenderPage
|
When overridden in a derived class, renders a web page.
|
|
ToString
|
(Inherited from Object.) |
|
Write(Object)
|
Writes the string representation of the specified object as an HTML-encoded string. (Inherited from WebPageExecutingBase.) |
|
Write(HelperResult)
|
Writes the specified HelperResult object as an HTML-encoded string. (Inherited from WebPageExecutingBase.) |
|
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. (Inherited from WebPageExecutingBase.) |
Top