IHttpRouteConstraint Interface
Represents a base class route constraint.
Namespace: System.Web.Http.Routing
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Interface IHttpRouteConstraint
'Usage
Dim instance As IHttpRouteConstraint
public interface IHttpRouteConstraint
public interface class IHttpRouteConstraint
type IHttpRouteConstraint = interface end
public interface IHttpRouteConstraint
The IHttpRouteConstraint type exposes the following members.
Methods
Name | Description | |
---|---|---|
Match | Determines whether this instance equals a specified route. |
Top