UriTemplateMatchBindings Property |
This API is preliminary and subject to change.
Gets a collection of bindings from variable name to the actual URI Template variable reference and bound value.
Namespace: TunnelVisionLabs.NetAssembly: TunnelVisionLabs.Net.UriTemplate (in TunnelVisionLabs.Net.UriTemplate.dll) Version: 1.0.0-beta004
Syntax public IDictionary<string, KeyValuePair<VariableReference, Object>> Bindings { get; }
Public ReadOnly Property Bindings As IDictionary(Of String, KeyValuePair(Of VariableReference, Object))
Get
public:
property IDictionary<String^, KeyValuePair<VariableReference^, Object^>>^ Bindings {
IDictionary<String^, KeyValuePair<VariableReference^, Object^>>^ get ();
}
member Bindings : IDictionary<string, KeyValuePair<VariableReference, Object>> with get
Property Value
Type:
IDictionaryString,
KeyValuePairVariableReference,
Object
A collection of bindings from variable name to the actual URI Template variable reference and bound value.
Version Information .NET Framework
Supported in: 2.0
Portable Class Library
Supported in: Portable Class Library (Legacy)
URI Template Library
Supported in: 1.0
See Also