DefaultInlineConstraintResolver.ConstraintMap Property
Gets the mutable dictionary that maps constraint keys to a particular constraint type.
Namespace: System.Web.Mvc.Routing
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
public IDictionary<string, Type> ConstraintMap { get; }
public:
property IDictionary<String^, Type^>^ ConstraintMap {
IDictionary<String^, Type^>^ get();
}
member ConstraintMap : IDictionary<string, Type> with get
Public ReadOnly Property ConstraintMap As IDictionary(Of String, Type)
Property Value
Type: System.Collections.Generic.IDictionary<String, Type>
See Also
DefaultInlineConstraintResolver Class
System.Web.Mvc.Routing Namespace
Return to top