ViewMasterPage<TModel> 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.
Represents the information that is required in order to build a strongly typed master view page.
public class ViewMasterPage<TModel> : System.Web.Mvc.ViewMasterPage
type ViewMasterPage<'Model> = class
inherit ViewMasterPage
Public Class ViewMasterPage(Of TModel)
Inherits ViewMasterPage
Type Parameters
- TModel
The type of the model.
- Inheritance
Constructors
ViewMasterPage<TModel>() |
Initializes a new instance of the ViewMasterPage<TModel> 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. (Inherited from ViewMasterPage) |
Url |
Gets the URL. (Inherited from ViewMasterPage) |
ViewBag |
Gets the dynamic view-bag dictionary. (Inherited from ViewMasterPage) |
ViewContext |
Gets the view context. (Inherited from ViewMasterPage) |
ViewData |
Gets the view data. |
Writer |
Gets the writer that is used to render the master page. (Inherited from ViewMasterPage) |