UriEndpoint.Uri 属性

定义

获取或设置端点的 URL。

public:
 property Uri ^ Uri { Uri ^ get(); void set(Uri ^ value); };
[System.ComponentModel.DataAnnotations.Required]
public Uri? Uri { get; set; }
[<System.ComponentModel.DataAnnotations.Required>]
member this.Uri : Uri with get, set
Public Property Uri As Uri

属性值

Uri
属性

注解

仅使用架构、域名和端口。 URL 的其余部分是从请求 URL 构造的。

适用于