Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    SignOutSuccessResult()

    Declaration
    public SignOutSuccessResult()

    Properties

    View Source

    SignOutRedirectUrl

    Gets or sets the URL to redirect to after a successful sign-out.

    Declaration
    public string? SignOutRedirectUrl { get; set; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX