LongRouteConstraint Class
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.
Constrains a route parameter to represent only 64-bit integer values.
public class LongRouteConstraint : System.Web.Routing.IRouteConstraint
type LongRouteConstraint = class
interface IRouteConstraint
Public Class LongRouteConstraint
Implements IRouteConstraint
- Inheritance
-
LongRouteConstraint
- Implements
Constructors
| Name | Description |
|---|---|
| LongRouteConstraint() |
Initializes a new instance of the LongRouteConstraint class. |
Methods
| Name | Description |
|---|---|
| Match(HttpContextBase, Route, String, RouteValueDictionary, RouteDirection) |
Determines whether this instance equals a specified route. |