Delen via


ViewStartPage Class

Definition

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.

Applies to