Fix xml comments error
This commit is contained in:
parent
8f5c7aef57
commit
fa0a68a847
|
|
@ -128,7 +128,7 @@ namespace Microsoft.AspNetCore.Builder
|
|||
|
||||
/// <summary>
|
||||
/// The uri where the user agent will be returned to after application is signed out from the identity provider.
|
||||
/// The redirect will happen after the SignoutCallbackPath is invoked.
|
||||
/// The redirect will happen after the SignedOutCallbackPath is invoked.
|
||||
/// </summary>
|
||||
/// <remarks>This URI is optional and it can be out of the application's domain.</remarks>
|
||||
public string PostLogoutRedirectUri { get; set; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue