StartPage 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 methods and properties that are used to render start pages that use the Razor view engine.
public abstract class StartPage : System.Web.WebPages.WebPageRenderingBase
type StartPage = class
inherit WebPageRenderingBase
Public MustInherit Class StartPage
Inherits WebPageRenderingBase
- Inheritance
- Derived
Constructors
StartPage() |
Initializes a new instance of the StartPage class. |
Properties
App | (Inherited from WebPageExecutingBase) |
AppState | (Inherited from WebPageExecutingBase) |
Cache | (Inherited from WebPageRenderingBase) |
ChildPage |
Gets or sets the child page of the current start page. |
Context |
Gets or sets the context of the ChildPage page. |
Culture | (Inherited from WebPageRenderingBase) |
DisplayMode | (Inherited from WebPageRenderingBase) |
IsAjax | (Inherited from WebPageRenderingBase) |
IsPost | (Inherited from WebPageRenderingBase) |
Layout |
Gets or sets the path of the layout page for the ChildPage page. |
Page |
Gets property-like access to ChildPage page data that is shared between pages, layout pages, and partial pages. |
PageContext | (Inherited from WebPageRenderingBase) |
PageData |
Gets array-like access to ChildPage page data that is shared between pages, layout pages, and partial pages. |
Profile | (Inherited from WebPageRenderingBase) |
Request | (Inherited from WebPageRenderingBase) |
Response | (Inherited from WebPageRenderingBase) |
Server | (Inherited from WebPageRenderingBase) |
Session | (Inherited from WebPageRenderingBase) |
TemplateInfo | (Inherited from WebPageRenderingBase) |
UICulture | (Inherited from WebPageRenderingBase) |
UrlData | (Inherited from WebPageRenderingBase) |
User | (Inherited from WebPageRenderingBase) |
VirtualPath | (Inherited from WebPageExecutingBase) |
VirtualPathFactory | (Inherited from WebPageExecutingBase) |