Table of Contents

Interface IInlineConstraintResolver

Namespace
System.Web.Http.Routing
Assembly
System.Web.Http.dll

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

public interface IInlineConstraintResolver

Methods

ResolveConstraint(string)

Resolves the inline constraint.

IHttpRouteConstraint ResolveConstraint(string inlineConstraint)

Parameters

inlineConstraint string

The inline constraint to resolve.

Returns

IHttpRouteConstraint

The IHttpRouteConstraint the inline constraint was resolved to.