CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Configuration.BlazorServerConfigurationOptions Class Reference

Options that can be provided to the WithBlazorServerSupport method. More...

Properties

bool UseCslaPermissionsPolicy = true [getset]
 Indicates whether the app should be configured to use CSLA permissions policies (default = true). More...
 

Detailed Description

Options that can be provided to the WithBlazorServerSupport method.

Definition at line 70 of file Csla.Blazor/ConfigurationExtensions.cs.

Property Documentation

◆ UseCslaPermissionsPolicy

bool Csla.Configuration.BlazorServerConfigurationOptions.UseCslaPermissionsPolicy = true
getset

Indicates whether the app should be configured to use CSLA permissions policies (default = true).

Definition at line 76 of file Csla.Blazor/ConfigurationExtensions.cs.