MinRouteConstraint Class

Definition

Constrains a route parameter to be a long with a minimum value.

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

Constructors

MinRouteConstraint(Int64)

Initializes a new instance of the MinRouteConstraint class.

Properties

Min

Gets the minimum value of the route parameter.

Methods

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

Determines whether this instance equals a specified route.

Applies to