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

DefaultInlineConstraintResolver()

Properties

ConstraintMap

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

Methods

ResolveConstraint(String)

Applies to