Options for Blazor server-rendered and server-interactive.
More...
|
| 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.
|
Options for Blazor server-rendered and server-interactive.
◆ 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: