KeyValuePathSegmentTemplate Class

 

Represents a template that can match a KeyValuePathSegment.

Namespace:   System.Web.OData.Routing
Assembly:  System.Web.OData (in System.Web.OData.dll)

System::Object
  System.Web.OData.Routing::ODataPathSegmentTemplate
    System.Web.OData.Routing::KeyValuePathSegmentTemplate

public ref class KeyValuePathSegmentTemplate : ODataPathSegmentTemplate

NameDescription
System_CAPS_pubmethodKeyValuePathSegmentTemplate(KeyValuePathSegment^)

Initializes a new instance of the KeyValuePathSegmentTemplate class.

NameDescription
System_CAPS_pubpropertyParameterMappings

Gets the dictionary representing the mappings from the key names in the segment to the key names in route data.

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: