Uri.Host 属性

定义

获取完全限定的域名。

public:
 property Platform::String ^ Host { Platform::String ^ get(); };
winrt::hstring Host();
public string Host { get; }
var string = uri.host;
Public ReadOnly Property Host As String

属性值

String

Platform::String

winrt::hstring

完全限定的域名。

注解

如果域名受 Punycode 编码的约束,如 AbsoluteCanonicalUri 中所示,则 Host 属性显示解码值,而不是 Punycode 编码值。

适用于