IHttpRouteConstraint Interface

 

Represents a base class route constraint.

Namespace:   System.Web.Http.Routing
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

public interface IHttpRouteConstraint
public interface class IHttpRouteConstraint
type IHttpRouteConstraint = interface end
Public Interface IHttpRouteConstraint

Methods

Name Description
System_CAPS_pubmethod Match(HttpRequestMessage, IHttpRoute, String, IDictionary<String, Object>, HttpRouteDirection)

Determines whether this instance equals a specified route.

See Also

System.Web.Http.Routing Namespace

Return to top