DefaultInlineConstraintResolver Class
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.
Namespace: System.Web.Mvc.Routing
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Inheritance Hierarchy
System.Object
System.Web.Mvc.Routing.DefaultInlineConstraintResolver
Syntax
public class DefaultInlineConstraintResolver : IInlineConstraintResolver
public ref class DefaultInlineConstraintResolver : IInlineConstraintResolver
type DefaultInlineConstraintResolver =
class
interface IInlineConstraintResolver
end
Public Class DefaultInlineConstraintResolver
Implements IInlineConstraintResolver
Constructors
Name | Description | |
---|---|---|
![]() |
DefaultInlineConstraintResolver() |
Properties
Name | Description | |
---|---|---|
![]() |
ConstraintMap | Gets the mutable dictionary that maps constraint keys to a particular constraint type. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ResolveConstraint(String) | |
![]() |
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.Mvc.Routing Namespace
Return to top