Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a dictionary that contains additional metadata about the model.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property AdditionalValues As Dictionary(Of String, Object)
Get
public virtual Dictionary<string, Object> AdditionalValues { get; }
public:
virtual property Dictionary<String^, Object^>^ AdditionalValues {
Dictionary<String^, Object^>^ get ();
}
Property Value
Type: System.Collections.Generic.Dictionary<String, Object>
A dictionary that contains additional metadata about the model.