Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ISessionManager

    Namespace: Umbraco.Cms.Core.Web
    Assembly: Umbraco.Core.dll
    Syntax
    public interface ISessionManager

    Methods

    View Source

    ClearSessionValue(string)

    Declaration
    void ClearSessionValue(string key)
    Parameters
    Type Name Description
    string key
    View Source

    GetSessionValue(string)

    Declaration
    string? GetSessionValue(string key)
    Parameters
    Type Name Description
    string key
    Returns
    Type Description
    string
    View Source

    SetSessionValue(string, string)

    Declaration
    void SetSessionValue(string key, string value)
    Parameters
    Type Name Description
    string key
    string value
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX