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 SourceNullSessionIdResolver()
Declaration
public NullSessionIdResolver()
Properties
View SourceSessionId
Gets the session identifier for the current request, if available.
Declaration
public string? SessionId { get; }
Property Value
| Type | Description |
|---|---|
| string |