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
Html |
When implemented in a derived class, gets the HTML markup for the view start page. |
Url |
When implemented in a derived class, gets the URL for the view start page. |
ViewContext |
When implemented in a derived class, gets the view context for the view start page. |