MinRouteConstraint(Int64) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the MinRouteConstraint class.
public:
MinRouteConstraint(long min);
public MinRouteConstraint (long min);
new Microsoft.AspNetCore.Routing.Constraints.MinRouteConstraint : int64 -> Microsoft.AspNetCore.Routing.Constraints.MinRouteConstraint
Public Sub New (min As Long)
Parameters
- min
- Int64
The minimum value allowed for the route parameter.