ModelMetadataProviders Class
Provides a container for the current ModelMetadataProvider instance.
Inheritance Hierarchy
System.Object
System.Web.Mvc.ModelMetadataProviders
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public NotInheritable Class ModelMetadataProviders
public static class ModelMetadataProviders
public ref class ModelMetadataProviders abstract sealed
The ModelMetadataProviders type exposes the following members.
Properties
Name | Description | |
---|---|---|
Current | Gets or sets the current ModelMetadataProvider object. |
Top
Remarks
The default ModelMetadataProvider object is an instance of the DataAnnotationsModelMetadataProvider class.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.