RangeAttributeAdapter Constructor

Initializes a new instance of the RangeAttribute class.

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

Syntax

'Declaration
Public Sub New ( _
    metadata As ModelMetadata, _
    context As ControllerContext, _
    attribute As RangeAttribute _
)
public RangeAttributeAdapter(
    ModelMetadata metadata,
    ControllerContext context,
    RangeAttribute attribute
)
public:
RangeAttributeAdapter(
    ModelMetadata^ metadata, 
    ControllerContext^ context, 
    RangeAttribute^ attribute
)

Parameters

See Also

Reference

RangeAttributeAdapter Class

System.Web.Mvc Namespace