|
| class | SessionIdManager |
| | Manages the per-user id value for state management using a browser cookie and Guid value. More...
|
| class | SessionManager |
| | Manages all user session data for a given root DI container. More...
|
| class | NoOpSessionManager |
| | If Configuration.BlazorServerConfigurationOptions.UseInMemoryApplicationContextManager is set to true then this class will be registered with DI as the default implementation of ISessionManager, because in that scenario there should be NO references to any of the state or session management mechanisms which support the flow of ApplicationContext between Server-Interactive and WASM-Interactive code. More...
|
| class | StateManager |
| | Get and save state from Blazor pages. More...
|