Class StateStorageExtensions
Inheritance
System.Object
    StateStorageExtensions
  Namespace: EPiServer.Personalization.VisitorGroups.Internal
Assembly: EPiServer.Framework.AspNetCore.dll
Version: 12.0.3Syntax
public static class StateStorageExtensions : ObjectMethods
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 | 
