CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.Configuration.BlazorServerConfigurationOptions Class Reference

Options for Blazor server-rendered and server-interactive. More...

Properties

bool UseCslaPermissionsPolicy = true [get, set]
 Gets or sets a value indicating whether the app should be configured to use CSLA permissions policies (default = true).
bool UseInMemoryApplicationContextManager = true [get, set]
 Gets or sets a value indicating whether to use a scoped DI container to manage the ApplicationContext; false to use the Blazor 8 state management subsystem.
Type SessionManagerType = Type.GetType("Csla.Blazor.State.SessionManager, Csla.AspNetCore", true)! [get, set]
 Gets or sets the type of the ISessionManager service.
Type SessionIdManagerType = Type.GetType("Csla.Blazor.State.SessionIdManager, Csla.AspNetCore", true)! [get, set]
 Gets or sets the type of the ISessionIdManager service.

Detailed Description

Options for Blazor server-rendered and server-interactive.

Property Documentation

◆ SessionIdManagerType

Type Csla.Configuration.BlazorServerConfigurationOptions.SessionIdManagerType = Type.GetType("Csla.Blazor.State.SessionIdManager, Csla.AspNetCore", true)!
getset

Gets or sets the type of the ISessionIdManager service.

◆ SessionManagerType

Type Csla.Configuration.BlazorServerConfigurationOptions.SessionManagerType = Type.GetType("Csla.Blazor.State.SessionManager, Csla.AspNetCore", true)!
getset

Gets or sets the type of the ISessionManager service.

◆ UseCslaPermissionsPolicy

bool Csla.Configuration.BlazorServerConfigurationOptions.UseCslaPermissionsPolicy = true
getset

Gets or sets a value indicating whether the app should be configured to use CSLA permissions policies (default = true).

◆ UseInMemoryApplicationContextManager

bool Csla.Configuration.BlazorServerConfigurationOptions.UseInMemoryApplicationContextManager = true
getset

Gets or sets a value indicating whether to use a scoped DI container to manage the ApplicationContext; false to use the Blazor 8 state management subsystem.


The documentation for this class was generated from the following file: