WebPageExecutingBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides objects and methods that are used to execute and render ASP.NET pages that include Razor syntax.
public abstract class WebPageExecutingBase
type WebPageExecutingBase = class
Public MustInherit Class WebPageExecutingBase
- Inheritance
-
WebPageExecutingBase
- Derived
Constructors
WebPageExecutingBase() |
Initializes a new instance of the WebPageExecutingBase class. This constructor can only be called by an inherited class. |
Properties
App | |
AppState | |
Context |
When overridden in a derived class, gets or sets the HttpContextBase object that is associated with a page. |
VirtualPath | |
VirtualPathFactory |