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

属性值

值的主机部分。

适用于