Not
Å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 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.