Share via


FieldValidationMetadata Constructor

Initializes a new instance of the FieldValidationMetadata class.

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

Syntax

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

Remarks

This method is called by the GetValidationMetadataForField method when client validation is enabled. You typically do not have to call this method directly.

See Also

Reference

FieldValidationMetadata Class

System.Web.Mvc Namespace