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,資料是實體主體。

適用於

另請參閱