Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UriTemplate Constructor (String^, Boolean, IDictionary<String^, String^>^)

 

Initializes a new instance of the UriTemplate class.

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

public:
UriTemplate(
	String^ template,
	bool ignoreTrailingSlash,
	IDictionary<String^, String^>^ additionalDefaults
)

Parameters

template
Type: System::String^

The template string.

ignoreTrailingSlash
Type: System::Boolean

true if the trailing slash “/” characters are ignored; otherwise false.

additionalDefaults
Type: System.Collections.Generic::IDictionary<String^, String^>^

A dictionary that contains a list of default values for the template parameters.

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