次の方法で共有


HostString.Host プロパティ

定義

値のホスト部分の値を返します。 ポートが存在する場合は削除されます。 IPv6 アドレスには角かっこが追加されます (存在しない場合)。

public:
 property System::String ^ Host { System::String ^ get(); };
public string Host { get; }
member this.Host : string
Public ReadOnly Property Host As String

プロパティ値

値のホスト部分。

適用対象