This documentation is archived and is not being maintained.
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).
Namespace:
System.Web.WebPages Assembly:
System.Web.WebPages (in System.Web.WebPages.dll)
public ref class ApplicationStartPage abstract : public WebPageExecutingBase
The ApplicationStartPage type exposes the following members.
Name Description BeginContext(Int32, Int32, Boolean) (Inherited from WebPageExecutingBase .) BeginContext(TextWriter, Int32, Int32, Boolean) (Inherited from WebPageExecutingBase .) BeginContext(String, Int32, Int32, Boolean) (Inherited from WebPageExecutingBase .) BeginContext(TextWriter, String, Int32, Int32, Boolean) (Inherited from WebPageExecutingBase .) EndContext(Int32, Int32, Boolean) (Inherited from WebPageExecutingBase .) EndContext(TextWriter, Int32, Int32, Boolean) (Inherited from WebPageExecutingBase .) EndContext(String, Int32, Int32, Boolean) (Inherited from WebPageExecutingBase .) EndContext(TextWriter, String, Int32, Int32, Boolean) (Inherited from WebPageExecutingBase .) Equals (Inherited from Object .) Execute (Inherited from WebPageExecutingBase .) Finalize (Inherited from Object .) GetHashCode (Inherited from Object .) GetOutputWriter Returns the text writer instance that is used to render the page. (Overrides WebPageExecutingBase:: GetOutputWriter() .)GetType (Inherited from Object .) Href (Inherited from WebPageExecutingBase .) MemberwiseClone (Inherited from Object .) NormalizeLayoutPagePath (Inherited from WebPageExecutingBase .) NormalizePath (Inherited from WebPageExecutingBase .) ToString (Inherited from Object .) Write(Object) Writes the string representation of the specified object as an HTML-encoded string. (Overrides WebPageExecutingBase:: Write(Object) .)Write(HelperResult) Writes the specified HelperResult object as an HTML-encoded string. (Overrides WebPageExecutingBase:: Write(HelperResult) .)WriteAttribute (Inherited from WebPageExecutingBase .) WriteAttributeTo(TextWriter, String, PositionTagged< String> , PositionTagged< String> , array< AttributeValue> ) (Inherited from WebPageExecutingBase .) WriteAttributeTo(String, TextWriter, String, PositionTagged< String> , PositionTagged< String> , array< AttributeValue> ) (Inherited from WebPageExecutingBase .) WriteLiteral Writes the specified object without HTML encoding. (Overrides WebPageExecutingBase:: WriteLiteral(Object) .)
Top
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 Any public
static (
Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.