WebAuthenticationResult.ResponseData 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含操作成功完成时的协议数据。
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
属性值
返回的数据。
注解
使用 WebAuthenticationOptions.UseTitle 选项时,此属性包含网页标题的值。 HTTP GET 和 HTTP 重定向的 ResponseData 包括整个 URL。 对于 POST,数据是实体正文。