Share via


DefaultInlineConstraintResolver Class

Definition

The default implementation of IInlineConstraintResolver. Resolves constraints by parsing a constraint key and constraint arguments, using a map to resolve the constraint type, and calling an appropriate constructor for the constraint type.

public class DefaultInlineConstraintResolver : System.Web.Mvc.Routing.IInlineConstraintResolver
type DefaultInlineConstraintResolver = class
    interface IInlineConstraintResolver
Public Class DefaultInlineConstraintResolver
Implements IInlineConstraintResolver
Inheritance
DefaultInlineConstraintResolver
Implements

Constructors

Name Description
DefaultInlineConstraintResolver()

Properties

Name Description
ConstraintMap

Gets the mutable dictionary that maps constraint keys to a particular constraint type.

Methods

Name Description
ResolveConstraint(String)

Applies to