次の方法で共有


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 から構築されます。

適用対象