DataServiceRequest<TElement>.RequestUri 属性
定义
获取包含请求字符串的 URI 对象。Gets the URI object that contains the request string.
public:
virtual property Uri ^ RequestUri { Uri ^ get(); };
public override Uri RequestUri { get; }
member this.RequestUri : Uri
Public Overrides ReadOnly Property RequestUri As Uri
属性值
一个 Uri 对象,其中包含请求字符串。A Uri object that contains the request string.