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
    System.String key
    View Source

    GetSessionValue(String)

    Declaration
    string GetSessionValue(string key)
    Parameters
    Type Name Description
    System.String key
    Returns
    Type Description
    System.String
    View Source

    SetSessionValue(String, String)

    Declaration
    void SetSessionValue(string key, string value)
    Parameters
    Type Name Description
    System.String key
    System.String value
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • ClearSessionValue(String)
      • GetSessionValue(String)
      • SetSessionValue(String, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX