This documentation is archived and is not being maintained.
WebPageExecutingBase Class
Provides objects and methods that are used to execute and render ASP.NET pages that include Razor syntax.
Namespace:
System.Web.WebPages Assembly:
System.Web.WebPages (in System.Web.WebPages.dll)
public abstract class WebPageExecutingBase
The WebPageExecutingBase type exposes the following members.
|
| Name | Description |
|---|
 | WebPageExecutingBase | Initializes a new instance of the WebPageExecutingBase class. This constructor can only be called by an inherited class. |
Top|
| 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. |
TopAny public
static (
Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.