Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ISessionIdResolver

    Provides functionality to resolve the session identifier for the current request.

    Namespace: Umbraco.Cms.Core.Net
    Assembly: Umbraco.Core.dll
    Syntax
    public interface ISessionIdResolver

    Properties

    View Source

    SessionId

    Gets the session identifier for the current request, if available.

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