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.AspNetCoreConfigurationOptions Class Reference

Options that can be provided to the AddAspNetCore 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 AddAspNetCore method.

Definition at line 59 of file Csla.AspNetCore/ConfigurationExtensions.cs.

Property Documentation

◆ UseCslaPermissionsPolicy

bool Csla.Configuration.AspNetCoreConfigurationOptions.UseCslaPermissionsPolicy = true
getset

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

Definition at line 65 of file Csla.AspNetCore/ConfigurationExtensions.cs.