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