DefaultInlineConstraintResolver Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |