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 or sets information about the model.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Overrides Property ModelMetadata As ModelMetadata
Get
Set
public override ModelMetadata ModelMetadata { get; set; }
public:
virtual property ModelMetadata^ ModelMetadata {
ModelMetadata^ get () override;
void set (ModelMetadata^ value) override;
}
Property Value
Type: System.Web.Mvc.ModelMetadata
Information about the model.
Remarks
This property contains information about the model, such as the model type, data type, description, display format, and display name.