Class StateStorageExtensions
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
Inheritance
System.Object
    StateStorageExtensions
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: EPiServer.Personalization.VisitorGroups.Internal
Assembly: EPiServer.Framework.AspNet.dll
Version: 11.20.7Syntax
public static class StateStorageExtensionsMethods
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 | 
