RangeAttributeAdapter Constructor

Definition

Initializes a new instance of the RangeAttribute class.

public RangeAttributeAdapter (System.Web.Mvc.ModelMetadata metadata, System.Web.Mvc.ControllerContext context, System.ComponentModel.DataAnnotations.RangeAttribute attribute);
new System.Web.Mvc.RangeAttributeAdapter : System.Web.Mvc.ModelMetadata * System.Web.Mvc.ControllerContext * System.ComponentModel.DataAnnotations.RangeAttribute -> System.Web.Mvc.RangeAttributeAdapter
Public Sub New (metadata As ModelMetadata, context As ControllerContext, attribute As RangeAttribute)

Parameters

metadata
ModelMetadata

The model metadata.

context
ControllerContext

The controller context.

attribute
RangeAttribute

The range attribute.

Applies to