共用方式為


MicrosoftIdentityOptions.ErrorPath Property

Definition

Sets the Error route path. Defaults to the value /MicrosoftIdentity/Account/Error, which is the value used by Microsoft.Identity.Web.UI.

public Microsoft.AspNetCore.Http.PathString? ErrorPath { get; set; }
member this.ErrorPath : Nullable<Microsoft.AspNetCore.Http.PathString> with get, set
Public Property ErrorPath As Nullable(Of PathString)

Property Value

Applies to