Share via


MinRouteConstraint.Min Property

 

Gets the minimum value of the route parameter.

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

Syntax

public long Min { get; private set; }
public:
property long long Min {
    long long get();
    private: void set(long long value);
}
member Min : int64 with get, private set
Public Property Min As Long
    Get
    Private Set
End Property

Property Value

Type: System.Int64

The minimum value of the route parameter.

See Also

MinRouteConstraint Class
System.Web.Mvc.Routing.Constraints Namespace

Return to top