ViewMasterPage クラス

定義

マスター ビュー ページを構築するために必要な情報を表します。

public class ViewMasterPage : System.Web.UI.MasterPage
type ViewMasterPage = class
    inherit MasterPage
Public Class ViewMasterPage
Inherits MasterPage
継承
ViewMasterPage
派生

コンストラクター

ViewMasterPage()

ViewMasterPage クラスの新しいインスタンスを初期化します。

プロパティ

Ajax

マスター ページの AJAX スクリプトを取得します。

Html

マスター ページの HTML を取得します。

Model

モデルを取得します。

TempData

一時データを取得します。

Url

URL を取得します。

ViewBag

動的なビュー バッグ ディクショナリを取得します。

ViewContext

ビュー コンテキストを取得します。

ViewData

ビュー データを取得します。

Writer

マスター ページを表示するために使用されるライターを取得します。

適用対象