RequiredAttributeAdapter Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the RequiredAttributeAttribute class.
public RequiredAttributeAdapter(System.Web.Mvc.ModelMetadata metadata, System.Web.Mvc.ControllerContext context, System.ComponentModel.DataAnnotations.RequiredAttribute attribute);
new System.Web.Mvc.RequiredAttributeAdapter : System.Web.Mvc.ModelMetadata * System.Web.Mvc.ControllerContext * System.ComponentModel.DataAnnotations.RequiredAttribute -> System.Web.Mvc.RequiredAttributeAdapter
Public Sub New (metadata As ModelMetadata, context As ControllerContext, attribute As RequiredAttribute)
Parameters
- metadata
- ModelMetadata
The model metadata.
- context
- ControllerContext
The controller context.
- attribute
- RequiredAttribute
The required attribute.