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