IncomingWebRequestContext.UriTemplateMatch 属性

定义

获取或设置在调度传入 Web 请求过程中创建的 UriTemplateMatch 实例。

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

属性值

UriTemplateMatch

一个 UriTemplateMatch 实例。

适用于