Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.