Share via


IInlineConstraintResolver Interface

 

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

Namespace:   System.Web.Mvc.Routing
Assembly:  System.Web.Mvc (in System.Web.Mvc.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.Mvc.Routing Namespace

Return to top