Table of Contents

Class MasterDataAreaOptions

Namespace
JJMasterData.Web.Configuration.Options
Assembly
JJMasterData.Web.dll
public sealed class MasterDataAreaOptions
Inheritance
MasterDataAreaOptions
Inherited Members

Properties

EnableCultureProvider

If true, will add before the first route path, a {culture} route value used for l10n.

public bool EnableCultureProvider { get; set; }

Property Value

bool

Prefix

The first route path before the Areas from the JJMasterData.Web Razor Class Library. If EnableCultureProvider is set to true, will be added after {culture}.

public string? Prefix { get; set; }

Property Value

string