SaaS CMS has officially launched! Learn more now.

Class StateStorageExtensions

Inheritance
System.Object
StateStorageExtensions
Namespace: EPiServer.Personalization.VisitorGroups.Internal
Assembly: EPiServer.Framework.AspNetCore.dll
Version: 12.0.3
Syntax
public static class StateStorageExtensions : Object

Methods

LoadAsString(IStateStorage, String)

Declaration
public static string LoadAsString(this IStateStorage stateStorage, string key)
Parameters
Type Name Description
IStateStorage stateStorage
System.String key
Returns
Type Description
System.String