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