Share via


DataAnnotationsModelMetadataProvider Constructor

Initializes a new instance of the DataAnnotationsModelMetadataProvider class.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

'Declaration
Public Sub New
public DataAnnotationsModelMetadataProvider()
public:
DataAnnotationsModelMetadataProvider()

Remarks

The MVC framework calls this constructor and sets the DataAnnotationsModelMetadataProvider as the default metadata provider by using the ModelMetadataProviders class.

See Also

Reference

DataAnnotationsModelMetadataProvider Class

System.Web.Mvc Namespace