ViewMasterPage Class

Definition

Represents the information that is needed to build a master view page.

public class ViewMasterPage : System.Web.UI.MasterPage
type ViewMasterPage = class
    inherit MasterPage
Public Class ViewMasterPage
Inherits MasterPage
Inheritance
ViewMasterPage
Derived

Constructors

ViewMasterPage()

Initializes a new instance of the ViewMasterPage class.

Properties

Ajax

Gets the AJAX script for the master page.

Html

Gets the HTML for the master page.

Model

Gets the model.

TempData

Gets the temporary data.

Url

Gets the URL.

ViewBag

Gets the dynamic view-bag dictionary.

ViewContext

Gets the view context.

ViewData

Gets the view data.

Writer

Gets the writer that is used to render the master page.

Applies to