UriTemplate Constructor (String^)

 

Initializes a new instance of the UriTemplate class with the specified template string.

Namespace:   System
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
UriTemplate(
	String^ template
)

Parameters

template
Type: System::String^

The template.

The following example shows how to call the constructor.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.5
Silverlight
Available since 4.0
Return to top
Show: