Share via


DirectRouteFactoryContext.InlineConstraintResolver Property

 

Gets the inline constraint resolver.

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

Syntax

public IInlineConstraintResolver InlineConstraintResolver { get; }
public:
property IInlineConstraintResolver^ InlineConstraintResolver {
    IInlineConstraintResolver^ get();
}
member InlineConstraintResolver : IInlineConstraintResolver with get
Public ReadOnly Property InlineConstraintResolver As IInlineConstraintResolver

Property Value

Type: System.Web.Mvc.Routing.IInlineConstraintResolver

The inline constraint resolver.

See Also

DirectRouteFactoryContext Class
System.Web.Mvc.Routing Namespace

Return to top