RequiredAttributeAdapter Constructor

Visual Studio 2010

Initializes a new instance of the RequiredAttributeAttribute class.

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

'Declaration
Public Sub New ( _
	metadata As ModelMetadata, _
	context As ControllerContext, _
	attribute As RequiredAttribute _
)

Parameters

metadata
Type: System.Web.Mvc.ModelMetadata
The model metadata.
context
Type: System.Web.Mvc.ControllerContext
The controller context.
attribute
Type: System.ComponentModel.DataAnnotations.RequiredAttribute
The required attribute.

Community Additions

ADD
Show: