IncomingWebRequestContext.UriTemplateMatch Property

Definition

Gets or sets the UriTemplateMatch instance created during the dispatch of the incoming Web request.

public:
 property UriTemplateMatch ^ UriTemplateMatch { UriTemplateMatch ^ get(); void set(UriTemplateMatch ^ value); };
public UriTemplateMatch UriTemplateMatch { get; set; }
member this.UriTemplateMatch : UriTemplateMatch with get, set
Public Property UriTemplateMatch As UriTemplateMatch

Property Value

A UriTemplateMatch instance.

Applies to