Class SignOutSuccessResult
Represents the result of a successful sign-out operation, typically used to indicate that a user has been signed out in an authentication or security context.
Inheritance
object
Namespace: Umbraco.Cms.Infrastructure.Security
Assembly: Umbraco.Infrastructure.dll
Syntax
public class SignOutSuccessResult
Constructors
View SourceSignOutSuccessResult()
Declaration
public SignOutSuccessResult()
Properties
View SourceSignOutRedirectUrl
Gets or sets the URL to redirect to after a successful sign-out.
Declaration
public string? SignOutRedirectUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |