ApplicationStartPage 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 Web Pages application start pages (_AppStart.cshtml or _AppStart.vbhtml files).
public abstract class ApplicationStartPage : System.Web.WebPages.WebPageExecutingBase
type ApplicationStartPage = class
inherit WebPageExecutingBase
Public MustInherit Class ApplicationStartPage
Inherits WebPageExecutingBase
- Inheritance
Constructors
ApplicationStartPage() |
Initializes a new instance of the ApplicationStartPage class. |
Fields
CacheKeyPrefix |
The prefix that is applied to all keys that are added to the cache by the application start page. |
StartPageVirtualPath |
The path to the application start page. |
Properties
App | (Inherited from WebPageExecutingBase) |
Application |
Gets the HTTP application object that references this application startup page. |
AppState | (Inherited from WebPageExecutingBase) |
Context |
Gets the HttpContextBase object that represents context data that is associated with this page. |
Markup |
Gets the output from the application start page as an HTML-encoded string. |
Output |
Gets the text writer for the page. |
VirtualPath |
Gets or sets the virtual path of the page. |
VirtualPathFactory | (Inherited from WebPageExecutingBase) |