MaxRouteConstraint Class

 

Constrains a route parameter to be an integer with a maximum value.

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

System::Object
  System.Web.Http.Routing.Constraints::MaxRouteConstraint

public ref class MaxRouteConstraint : IHttpRouteConstraint

NameDescription
System_CAPS_pubpropertyMax

Gets the maximum value of the route parameter.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: