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
Public method Match Determines whether this instance equals a specified route.

Top

See Also

Reference

System.Web.Http.Routing Namespace