This documentation is archived and is not being maintained.
WebPageExecutingBase Methods
The WebPageExecutingBase type exposes the following members.
|
| Name | Description |
|---|
|
BeginContext(Int32, Int32, Boolean)
|
|
|
BeginContext(TextWriter, Int32, Int32, Boolean)
|
|
|
BeginContext(String, Int32, Int32, Boolean)
|
|
|
BeginContext(TextWriter, String, Int32, Int32, Boolean)
|
|
|
EndContext(Int32, Int32, Boolean)
|
|
|
EndContext(TextWriter, Int32, Int32, Boolean)
|
|
|
EndContext(String, Int32, Int32, Boolean)
|
|
|
EndContext(TextWriter, String, Int32, Int32, Boolean)
|
|
|
Equals
|
(Inherited from Object.) |
|
Execute
|
|
|
Finalize
|
(Inherited from Object.) |
|
GetHashCode
|
(Inherited from Object.) |
|
GetOutputWriter
|
Returns the text writer instance that is used to render the page.
|
|
GetType
|
(Inherited from Object.) |
|
Href
|
|
|
MemberwiseClone
|
(Inherited from Object.) |
|
NormalizeLayoutPagePath
|
|
|
NormalizePath
|
|
|
ToString
|
(Inherited from Object.) |
|
Write(Object)
|
Writes the string representation of the specified object as an HTML-encoded string.
|
|
Write(HelperResult)
|
Writes the specified HelperResult object as an HTML-encoded string.
|
|
WriteAttribute
|
|
|
WriteAttributeTo(TextWriter, String, PositionTagged<String>, PositionTagged<String>, AttributeValue[])
|
|
|
WriteAttributeTo(String, TextWriter, String, PositionTagged<String>, PositionTagged<String>, AttributeValue[])
|
|
|
WriteLiteral
|
Writes the specified object without HTML encoding.
|
|
WriteLiteralTo
|
Writes the specified object to the specified TextWriter instance without HTML encoding.
|
|
WriteTo(TextWriter, Object)
|
Writes the specified object as an HTML-encoded string to the specified text writer.
|
|
WriteTo(TextWriter, HelperResult)
|
Writes the specified HelperResult object as an HTML-encoded string to the specified text writer.
|
Top