UriTemplate Methods
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | BindByName(Uri^, IDictionary<String^, String^>^) | Creates a new URI from the template and the collection of parameters. |
![]() | BindByName(Uri^, IDictionary<String^, String^>^, Boolean) | Creates a new URI from the template and the collection of parameters. |
![]() | BindByName(Uri^, NameValueCollection^) | Creates a new URI from the template and the collection of parameters. |
![]() | BindByName(Uri^, NameValueCollection^, Boolean) | Creates a new URI from the template and the collection of parameters. |
![]() | BindByPosition(Uri^, array<String^>^) | Creates a new URI from the template and an array of parameter values. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | IsEquivalentTo(UriTemplate^) | Indicates whether a UriTemplate is structurally equivalent to another. |
![]() | Match(Uri^, Uri^) | Attempts to match a T:System.URI to a UriTemplate. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string representation of the UriTemplate instance.(Overrides Object::ToString().) |

