Uri.Password 属性

定义

获取存储在此 URI 实例中的统一资源标识符 (URI) 的密码组件。

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

属性值

String

Platform::String

winrt::hstring

密码。

注解

注意

uri主机部分前面的 username:password**@** 主要与文件传输协议 (FTP) URI 相关。 文件传输协议 (FTP) URI 在 Windows 运行时 中具有有限的支持;请参阅 HTML 或XAML) (“在后台传输数据”。

适用于