Share via


BrowserCustomizationOptions.ErrorMessage プロパティ

定義

MSAL から SystemWebViewOptions の HtmlMessageError を設定するプロパティ。このプロパティは、ユーザーが認証を完了したときにブラウザーがユーザーに表示しますが、エラーが発生しました。 "エラーが発生しました: {0} details: {1}" などの文字列形式を使用できます。

public string ErrorMessage { get; set; }
member this.ErrorMessage : string with get, set
Public Property ErrorMessage As String

プロパティ値

適用対象