MaxRouteConstraint Class

Definition

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

public class MaxRouteConstraint : System.Web.Routing.IRouteConstraint
type MaxRouteConstraint = class
    interface IRouteConstraint
Public Class MaxRouteConstraint
Implements IRouteConstraint
Inheritance
MaxRouteConstraint
Implements

Constructors

MaxRouteConstraint(Int64)

Initializes a new instance of the MaxRouteConstraint class.

Properties

Max

Gets the maximum value of the route parameter.

Methods

Match(HttpContextBase, Route, String, RouteValueDictionary, RouteDirection)

Determines whether this instance equals a specified route.

Applies to