Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Gets the view data that is passed to the view.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Overridable Property ViewData As ViewDataDictionary
Get
Set
public virtual ViewDataDictionary ViewData { get; set; }
public:
virtual property ViewDataDictionary^ ViewData {
ViewDataDictionary^ get ();
void set (ViewDataDictionary^ value);
}
Property Value
Type: System.Web.Mvc.ViewDataDictionary
The view data.