ViewStartPage 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 an abstract class that can be used to implement a view start (master) page.
public abstract class ViewStartPage : System.Web.WebPages.StartPage
type ViewStartPage = class
inherit StartPage
Public MustInherit Class ViewStartPage
Inherits StartPage
- Inheritance
Constructors
ViewStartPage() |
When implemented in a derived class, initializes a new instance of the ViewStartPage 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. (Inherited from StartPage) |
Context |
Gets or sets the context of the ChildPage page. (Inherited from StartPage) |
Culture | (Inherited from WebPageRenderingBase) |
DisplayMode | (Inherited from WebPageRenderingBase) |
Html |
When implemented in a derived class, gets the HTML markup for the view start page. |
IsAjax | (Inherited from WebPageRenderingBase) |
IsPost | (Inherited from WebPageRenderingBase) |
Layout |
Gets or sets the path of the layout page for the ChildPage page. (Inherited from StartPage) |
Page |
Gets property-like access to ChildPage page data that is shared between pages, layout pages, and partial pages. (Inherited from StartPage) |
PageContext | (Inherited from WebPageRenderingBase) |
PageData |
Gets array-like access to ChildPage page data that is shared between pages, layout pages, and partial pages. (Inherited from StartPage) |
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) |
Url |
When implemented in a derived class, gets the URL for the view start page. |
UrlData | (Inherited from WebPageRenderingBase) |
User | (Inherited from WebPageRenderingBase) |
ViewContext |
When implemented in a derived class, gets the view context for the view start page. |
VirtualPath | (Inherited from WebPageExecutingBase) |
VirtualPathFactory | (Inherited from WebPageExecutingBase) |