Table of Contents

Class MasterDataWebOptions

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

Properties

CustomBootstrapPath

[Display(Name = "Custom Bootstrap Path")]
public string? CustomBootstrapPath { get; set; }

Property Value

string

CustomScriptsPaths

Custom scripts to be added at _MasterDataScripts. The paths are relative.

[BindNever]
public List<string> CustomScriptsPaths { get; }

Property Value

List<string>

CustomStylesheetsPaths

Custom scripts to be added at _MasterDataStylesheets. The paths are relative.

[BindNever]
public List<string> CustomStylesheetsPaths { get; }

Property Value

List<string>

LayoutPath

Default value: _MasterDataLayout

[Display(Name = "Razor Layout Path")]
public string LayoutPath { get; set; }

Property Value

string

ModalLayoutPath

Default value:_MasterDataLayout.Popup

[Display(Name = "Razor Modal Layout Path")]
public string ModalLayoutPath { get; set; }

Property Value

string

SupportNetFramework

public bool SupportNetFramework { get; set; }

Property Value

bool