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.
Returns a list of properties for the model.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Overrides Function GetMetadataForProperties ( _
container As Object, _
containerType As Type _
) As IEnumerable(Of ModelMetadata)
public override IEnumerable<ModelMetadata> GetMetadataForProperties(
Object container,
Type containerType
)
public:
virtual IEnumerable<ModelMetadata^>^ GetMetadataForProperties(
Object^ container,
Type^ containerType
) override
Parameters
- container
Type: System.Object
The model container.
- containerType
Type: System.Type
The type of the container.
Return Value
Type: System.Collections.Generic.IEnumerable<ModelMetadata>
A list of properties for the model.