-
Notifications
You must be signed in to change notification settings - Fork 1.6k
/
Copy pathUriTemplateMatch.xml
414 lines (367 loc) · 23.9 KB
/
UriTemplateMatch.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
<Type Name="UriTemplateMatch" FullName="System.UriTemplateMatch">
<TypeSignature Language="C#" Value="public class UriTemplateMatch" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit UriTemplateMatch extends System.Object" />
<TypeSignature Language="DocId" Value="T:System.UriTemplateMatch" />
<TypeSignature Language="VB.NET" Value="Public Class UriTemplateMatch" />
<TypeSignature Language="F#" Value="type UriTemplateMatch = class" />
<TypeSignature Language="C++ CLI" Value="public ref class UriTemplateMatch" />
<AssemblyInfo>
<AssemblyName>System.ServiceModel</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.ServiceModel.Web</AssemblyName>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<TypeForwardingChain>
<TypeForwarding From="System.ServiceModel.Web" FromVersion="4.0.0.0" To="System.ServiceModel" ToVersion="4.0.0.0" FrameworkAlternate="netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1" />
</TypeForwardingChain>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute FrameworkAlternate="netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1">
<AttributeName Language="C#">[System.Runtime.CompilerServices.TypeForwardedFrom("System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.CompilerServices.TypeForwardedFrom("System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>A class that represents the results of a match operation on a <see cref="T:System.UriTemplate" /> instance.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
The <xref:System.UriTemplateMatch> class represents the results of calling the <xref:System.UriTemplate.Match%28System.Uri%2CSystem.Uri%29> method. This class is not thread safe.
## Examples
The following code shows how to use the <xref:System.UriTemplateMatch> class.
:::code language="csharp" source="~/snippets/csharp/VS_Snippets_CFX/uritemplatematch/cs/program.cs" id="Snippet0":::
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CFX/uritemplatematch/vb/program.vb" id="Snippet0":::
]]></format>
</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public UriTemplateMatch ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:System.UriTemplateMatch.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberSignature Language="C++ CLI" Value="public:
 UriTemplateMatch();" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>System.ServiceModel</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.ServiceModel.Web</AssemblyName>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>Initializes a new instance of the <see cref="T:System.UriTemplateMatch" /> class.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
Usually you do not directly instantiate this class, a <xref:System.UriTemplateMatch> instance is returned from the <xref:System.UriTemplate.Match%28System.Uri%2CSystem.Uri%29> or <xref:System.UriTemplateTable.MatchSingle%28System.Uri%29> method. The <xref:System.UriTemplateTable.Match%2A> method returns a collection of <xref:System.UriTemplateMatch> as well.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="BaseUri">
<MemberSignature Language="C#" Value="public Uri BaseUri { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Uri BaseUri" />
<MemberSignature Language="DocId" Value="P:System.UriTemplateMatch.BaseUri" />
<MemberSignature Language="VB.NET" Value="Public Property BaseUri As Uri" />
<MemberSignature Language="F#" Value="member this.BaseUri : Uri with get, set" Usage="System.UriTemplateMatch.BaseUri" />
<MemberSignature Language="C++ CLI" Value="public:
 property Uri ^ BaseUri { Uri ^ get(); void set(Uri ^ value); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>System.ServiceModel</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.ServiceModel.Web</AssemblyName>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Uri</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets or sets the base URI for the template match.</summary>
<value>A <see cref="T:System.Uri" /> instance that represents the base URI for the template match.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Examples
The following code shows how to access the <xref:System.UriTemplateMatch.BaseUri%2A> property.
:::code language="csharp" source="~/snippets/csharp/VS_Snippets_CFX/uritemplatematch/cs/snippets.cs" id="Snippet1":::
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CFX/uritemplatematch/vb/snippets.vb" id="Snippet1":::
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="BoundVariables">
<MemberSignature Language="C#" Value="public System.Collections.Specialized.NameValueCollection BoundVariables { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Specialized.NameValueCollection BoundVariables" />
<MemberSignature Language="DocId" Value="P:System.UriTemplateMatch.BoundVariables" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property BoundVariables As NameValueCollection" />
<MemberSignature Language="F#" Value="member this.BoundVariables : System.Collections.Specialized.NameValueCollection" Usage="System.UriTemplateMatch.BoundVariables" />
<MemberSignature Language="C++ CLI" Value="public:
 property System::Collections::Specialized::NameValueCollection ^ BoundVariables { System::Collections::Specialized::NameValueCollection ^ get(); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>System.ServiceModel</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.ServiceModel.Web</AssemblyName>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Collections.Specialized.NameValueCollection</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets the <see langword="BoundVariables" /> collection for the template match.</summary>
<value>A <see cref="T:System.Collections.Specialized.NameValueCollection" /> instance that contains template variable values extracted from the URI during the match.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
Each template variable name appears as a name in this collection, and the value bound to that variable is stored under the corresponding name. The values in this collection have had all escape sequences translated into actual characters. This name value collection uses a case insensitive search when matching variable names.
## Examples
The following code shows how to access the <xref:System.UriTemplateMatch.BoundVariables%2A> property.
:::code language="csharp" source="~/snippets/csharp/VS_Snippets_CFX/uritemplatematch/cs/snippets.cs" id="Snippet2":::
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CFX/uritemplatematch/vb/snippets.vb" id="Snippet2":::
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="Data">
<MemberSignature Language="C#" Value="public object Data { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance object Data" />
<MemberSignature Language="DocId" Value="P:System.UriTemplateMatch.Data" />
<MemberSignature Language="VB.NET" Value="Public Property Data As Object" />
<MemberSignature Language="F#" Value="member this.Data : obj with get, set" Usage="System.UriTemplateMatch.Data" />
<MemberSignature Language="C++ CLI" Value="public:
 property System::Object ^ Data { System::Object ^ get(); void set(System::Object ^ value); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>System.ServiceModel</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.ServiceModel.Web</AssemblyName>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="netframework-4.0">
<AttributeName Language="C#">[get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]</AttributeName>
<AttributeName Language="F#">[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]</AttributeName>
</Attribute>
<Attribute FrameworkAlternate="netframework-4.0">
<AttributeName Language="C#">[set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]</AttributeName>
<AttributeName Language="F#">[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets or sets the object associated with the <see cref="T:System.UriTemplateMatch" /> instance.</summary>
<value>An <see cref="T:System.Object" /> instance.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
When you add a <xref:System.UriTemplate> to a <xref:System.UriTemplateTable> you associate data with the template. This value is application specific; no particular semantics are associated with this value. When <xref:System.UriTemplateTable.Match%28System.Uri%29> is called and a match is found the data associated with the matching template is returned in the <xref:System.UriTemplateMatch.Data%2A> property.
## Examples
The following code shows how to access the <xref:System.UriTemplateMatch.Data%2A> property.
:::code language="csharp" source="~/snippets/csharp/VS_Snippets_CFX/uritemplatematch/cs/snippets.cs" id="Snippet3":::
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CFX/uritemplatematch/vb/snippets.vb" id="Snippet3":::
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="QueryParameters">
<MemberSignature Language="C#" Value="public System.Collections.Specialized.NameValueCollection QueryParameters { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Specialized.NameValueCollection QueryParameters" />
<MemberSignature Language="DocId" Value="P:System.UriTemplateMatch.QueryParameters" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property QueryParameters As NameValueCollection" />
<MemberSignature Language="F#" Value="member this.QueryParameters : System.Collections.Specialized.NameValueCollection" Usage="System.UriTemplateMatch.QueryParameters" />
<MemberSignature Language="C++ CLI" Value="public:
 property System::Collections::Specialized::NameValueCollection ^ QueryParameters { System::Collections::Specialized::NameValueCollection ^ get(); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>System.ServiceModel</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.ServiceModel.Web</AssemblyName>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Collections.Specialized.NameValueCollection</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets a collection of query string parameters and their values.</summary>
<value>A <see cref="T:System.Collections.Specialized.NameValueCollection" /> instance that contains the query string parameters and their values.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
All query string name/value pairs from the original URI appear in this collection, even if they are not explicitly specified in the template string that was matched. The values in this collection have been had all escape sequences translated into actual characters.
## Examples
The following code shows how to access the <xref:System.UriTemplateMatch.QueryParameters%2A> property.
:::code language="csharp" source="~/snippets/csharp/VS_Snippets_CFX/uritemplatematch/cs/snippets.cs" id="Snippet4":::
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CFX/uritemplatematch/vb/snippets.vb" id="Snippet4":::
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="RelativePathSegments">
<MemberSignature Language="C#" Value="public System.Collections.ObjectModel.Collection<string> RelativePathSegments { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.ObjectModel.Collection`1<string> RelativePathSegments" />
<MemberSignature Language="DocId" Value="P:System.UriTemplateMatch.RelativePathSegments" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property RelativePathSegments As Collection(Of String)" />
<MemberSignature Language="F#" Value="member this.RelativePathSegments : System.Collections.ObjectModel.Collection<string>" Usage="System.UriTemplateMatch.RelativePathSegments" />
<MemberSignature Language="C++ CLI" Value="public:
 property System::Collections::ObjectModel::Collection<System::String ^> ^ RelativePathSegments { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>System.ServiceModel</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.ServiceModel.Web</AssemblyName>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Collections.ObjectModel.Collection<System.String></ReturnType>
</ReturnValue>
<Docs>
<summary>Gets a collection of relative path segments.</summary>
<value>A collection of relative path segments.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
This property contains a collection of the path segments from the candidate URI that matched the template along with path segments that matched a template wildcard. Path segments that matched a template wildcard are also contained in the <xref:System.UriTemplateMatch.WildcardPathSegments%2A> property.
## Examples
The following code shows how to access the <xref:System.UriTemplateMatch.RelativePathSegments%2A> property.
:::code language="csharp" source="~/snippets/csharp/VS_Snippets_CFX/uritemplatematch/cs/snippets.cs" id="Snippet5":::
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CFX/uritemplatematch/vb/snippets.vb" id="Snippet5":::
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="RequestUri">
<MemberSignature Language="C#" Value="public Uri RequestUri { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Uri RequestUri" />
<MemberSignature Language="DocId" Value="P:System.UriTemplateMatch.RequestUri" />
<MemberSignature Language="VB.NET" Value="Public Property RequestUri As Uri" />
<MemberSignature Language="F#" Value="member this.RequestUri : Uri with get, set" Usage="System.UriTemplateMatch.RequestUri" />
<MemberSignature Language="C++ CLI" Value="public:
 property Uri ^ RequestUri { Uri ^ get(); void set(Uri ^ value); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>System.ServiceModel</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.ServiceModel.Web</AssemblyName>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="netframework-4.0">
<AttributeName Language="C#">[get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]</AttributeName>
<AttributeName Language="F#">[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]</AttributeName>
</Attribute>
<Attribute FrameworkAlternate="netframework-4.0">
<AttributeName Language="C#">[set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]</AttributeName>
<AttributeName Language="F#">[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Uri</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets or sets the matched URI.</summary>
<value>A <see cref="T:System.Uri" /> instance.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Examples
The following code shows how to access the <xref:System.UriTemplateMatch.RequestUri%2A> property.
:::code language="csharp" source="~/snippets/csharp/VS_Snippets_CFX/uritemplatematch/cs/snippets.cs" id="Snippet6":::
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CFX/uritemplatematch/vb/snippets.vb" id="Snippet6":::
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="Template">
<MemberSignature Language="C#" Value="public UriTemplate Template { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.UriTemplate Template" />
<MemberSignature Language="DocId" Value="P:System.UriTemplateMatch.Template" />
<MemberSignature Language="VB.NET" Value="Public Property Template As UriTemplate" />
<MemberSignature Language="F#" Value="member this.Template : UriTemplate with get, set" Usage="System.UriTemplateMatch.Template" />
<MemberSignature Language="C++ CLI" Value="public:
 property UriTemplate ^ Template { UriTemplate ^ get(); void set(UriTemplate ^ value); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>System.ServiceModel</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.ServiceModel.Web</AssemblyName>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="netframework-4.0">
<AttributeName Language="C#">[get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]</AttributeName>
<AttributeName Language="F#">[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]</AttributeName>
</Attribute>
<Attribute FrameworkAlternate="netframework-4.0">
<AttributeName Language="C#">[set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]</AttributeName>
<AttributeName Language="F#">[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.UriTemplate</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets or sets the <see cref="T:System.UriTemplate" /> instance associated with this <see cref="T:System.UriTemplateMatch" /> instance.</summary>
<value>A <see cref="T:System.UriTemplate" /> instance.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
This property contains the <xref:System.UriTemplate> that the candidate URI matched.
## Examples
The following code shows how to access the <xref:System.UriTemplateMatch.Template%2A> property.
:::code language="csharp" source="~/snippets/csharp/VS_Snippets_CFX/uritemplatematch/cs/snippets.cs" id="Snippet7":::
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CFX/uritemplatematch/vb/snippets.vb" id="Snippet7":::
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="WildcardPathSegments">
<MemberSignature Language="C#" Value="public System.Collections.ObjectModel.Collection<string> WildcardPathSegments { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.ObjectModel.Collection`1<string> WildcardPathSegments" />
<MemberSignature Language="DocId" Value="P:System.UriTemplateMatch.WildcardPathSegments" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property WildcardPathSegments As Collection(Of String)" />
<MemberSignature Language="F#" Value="member this.WildcardPathSegments : System.Collections.ObjectModel.Collection<string>" Usage="System.UriTemplateMatch.WildcardPathSegments" />
<MemberSignature Language="C++ CLI" Value="public:
 property System::Collections::ObjectModel::Collection<System::String ^> ^ WildcardPathSegments { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>System.ServiceModel</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>System.ServiceModel.Web</AssemblyName>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Collections.ObjectModel.Collection<System.String></ReturnType>
</ReturnValue>
<Docs>
<summary>Gets a collection of path segments that are matched by a wildcard in the URI template.</summary>
<value>A collection of path segments that are matched by a wildcard in the URI template.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Examples
The following code shows how to access the <xref:System.UriTemplateMatch.WildcardPathSegments%2A> property.
:::code language="csharp" source="~/snippets/csharp/VS_Snippets_CFX/uritemplatematch/cs/snippets.cs" id="Snippet8":::
]]></format>
</remarks>
</Docs>
</Member>
</Members>
</Type>