Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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.Http.Routing
Assembly:  System.Web.Http (in System.Web.Http.dll)

System::Object
  System.Web.Http.Routing::DefaultInlineConstraintResolver

public ref class DefaultInlineConstraintResolver : IInlineConstraintResolver

NameDescription
System_CAPS_pubmethodDefaultInlineConstraintResolver()

Initializes a new instance of the DefaultInlineConstraintResolver class.

NameDescription
System_CAPS_pubpropertyConstraintMap

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodResolveConstraint(String^)

Resolves the inline constraint.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: