共用方式為


MicrosoftIdentityOptions.ResetPasswordPath Property

Definition

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

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

Property Value

Applies to