Search Results for

    Show / Hide Table of Contents
    View Source

    Class NullSessionIdResolver

    A null implementation of ISessionIdResolver that always returns null.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Net
    Assembly: Umbraco.Core.dll
    Syntax
    public class NullSessionIdResolver : ISessionIdResolver
    Remarks

    This implementation is used when session support is not available or not configured.

    Constructors

    View Source

    NullSessionIdResolver()

    Declaration
    public NullSessionIdResolver()

    Properties

    View Source

    SessionId

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

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