IncomingWebRequestContext.UriTemplateMatch 属性      
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置在调度传入 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 实例。