IInlineConstraintResolver Interface

 

Defines an abstraction for resolving inline constraints as instances of IHttpRouteConstraint.

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

Syntax

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

Methods

Name Description
System_CAPS_pubmethod ResolveConstraint(String)

Resolves the inline constraint.

See Also

System.Web.Http.Routing Namespace

Return to top