RegularExpressionAttributeAdapter Constructor

Initializes a new instance of the RegularExpressionAttributeAdapter class.

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

public function RegularExpressionAttributeAdapter(
	metadata : ModelMetadata, 
	context : ControllerContext, 
	attribute : RegularExpressionAttribute
)

Parameters

metadata
Type: System.Web.Mvc.ModelMetadata

The model metadata.

context
Type: System.Web.Mvc.ControllerContext

The controller context.

attribute
Type: System.ComponentModel.DataAnnotations.RegularExpressionAttribute

The regular expression attribute.

Show: