UriTemplateMatch::Data Property
.NET Framework (current version)
Gets and sets the object associated with the UriTemplateMatch instance.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
When you add a UriTemplate to a UriTemplateTable you associate data with the template. This value is application specific; no particular semantics are associated with this value. When Match(Uri^) is called and a match is found the data associated with the matching template is returned in the Data property.
.NET Framework
Available since 3.5
Available since 3.5
Show: