Class SettingManagement
Inheritance
SettingManagement
Assembly: Volo.Abp.SettingManagement.Blazor.dll
Syntax
[Authorize]
[RequiresFeature(new string[] { "SettingManagement.Enable" })]
[Route("/setting-management")]
public class SettingManagement : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Constructors
SettingManagement()
Declaration
public SettingManagement()
Fields
BreadcrumbItems
Declaration
protected List<BreadcrumbItem> BreadcrumbItems
Field Value
SelectedGroup
Declaration
protected string SelectedGroup
Field Value
Properties
L
Declaration
[Inject]
protected IStringLocalizer<AbpSettingManagementResource> L { get; set; }
Property Value
Options
Declaration
protected SettingManagementComponentOptions Options { get; }
Property Value
ServiceProvider
Declaration
[Inject]
protected IServiceProvider ServiceProvider { get; set; }
Property Value
SettingComponentCreationContext
Declaration
protected SettingComponentCreationContext SettingComponentCreationContext { get; set; }
Property Value
SettingItemRenders
Declaration
protected List<RenderFragment> SettingItemRenders { get; set; }
Property Value
_options
Declaration
[Inject]
protected IOptions<SettingManagementComponentOptions> _options { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
GetNormalizedString(string)
Declaration
protected virtual string GetNormalizedString(string value)
Parameters
Type |
Name |
Description |
string |
value |
|
Returns
OnAfterRenderAsync(bool)
Declaration
protected override Task OnAfterRenderAsync(bool firstRender)
Parameters
Type |
Name |
Description |
bool |
firstRender |
|
Returns
Overrides
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Overrides
Implements
Extension Methods