ApplicationStartPage Class
Provides objects and methods that are used to execute and render ASP.NET Web Pages application start pages (_AppStart.cshtml or _AppStart.vbhtml files).
Inheritance Hierarchy
System.Object
System.Web.WebPages.WebPageExecutingBase
System.Web.WebPages.ApplicationStartPage
Namespace: System.Web.WebPages
Assembly: System.Web.WebPages (in System.Web.WebPages.dll)
Syntax
'Declaration
Public MustInherit Class ApplicationStartPage _
Inherits WebPageExecutingBase
'Usage
Dim instance As ApplicationStartPage
public abstract class ApplicationStartPage : WebPageExecutingBase
public ref class ApplicationStartPage abstract : public WebPageExecutingBase
[<AbstractClassAttribute>]
type ApplicationStartPage =
class
inherit WebPageExecutingBase
end
public abstract class ApplicationStartPage extends WebPageExecutingBase
The ApplicationStartPage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ApplicationStartPage | Initializes a new instance of the ApplicationStartPage class. |
Top
Properties
Name | Description | |
---|---|---|
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. (Overrides WebPageExecutingBase.Context.) | |
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. (Overrides WebPageExecutingBase.VirtualPath.) | |
VirtualPathFactory | (Inherited from WebPageExecutingBase.) |
Top
Methods
Top
Fields
Name | Description | |
---|---|---|
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. |
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.