UriTemplate.PathSegmentVariableNames Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets a collection of variable names used within path segments in the template.

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

Syntax

'Declaration
Public ReadOnly Property PathSegmentVariableNames As ReadOnlyCollection(Of String)
public ReadOnlyCollection<string> PathSegmentVariableNames { get; }

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<String>
A collection of variable names that appear within the template's path segment.

Remarks

The collection excludes the names of variables that appear in the query portion of the template.

Examples

The following example shows how to access the PathSegmentVariableNames property.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference