WebPageExecutingBase Class
Provides objects and methods that are used to execute and render ASP.NET pages that include Razor syntax.
Inheritance Hierarchy
System.Object
System.Web.WebPages.WebPageExecutingBase
System.Web.WebPages.ApplicationStartPage
System.Web.WebPages.WebPageRenderingBase
Namespace: System.Web.WebPages
Assembly: System.Web.WebPages (in System.Web.WebPages.dll)
Syntax
'Declaration
Public MustInherit Class WebPageExecutingBase
'Usage
Dim instance As WebPageExecutingBase
public abstract class WebPageExecutingBase
public ref class WebPageExecutingBase abstract
[<AbstractClassAttribute>]
type WebPageExecutingBase = class end
public abstract class WebPageExecutingBase
The WebPageExecutingBase type exposes the following members.
Constructors
|
WebPageExecutingBase |
Initializes a new instance of the WebPageExecutingBase class. This constructor can only be called by an inherited class. |
Top
Properties
Top
Methods
|
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
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
System.Web.WebPages Namespace