WebAuthenticationResult.ResponseData 属性

定义

包含操作成功完成时的协议数据。

public:
 property Platform::String ^ ResponseData { Platform::String ^ get(); };
winrt::hstring ResponseData();
public string ResponseData { get; }
var string = webAuthenticationResult.responseData;
Public ReadOnly Property ResponseData As String

属性值

String

Platform::String

winrt::hstring

返回的数据。

注解

使用 WebAuthenticationOptions.UseTitle 选项时,此属性包含网页标题的值。 HTTP GET 和 HTTP 重定向的 ResponseData 包括整个 URL。 对于 POST,数据是实体正文。

适用于

另请参阅