Interface IToolbarConfigurationContext
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.dll
Syntax
public interface IToolbarConfigurationContext : IServiceProviderAccessor
Properties
AuthorizationService
Declaration
IAuthorizationService AuthorizationService { get; }
Property Value
StringLocalizerFactory
Declaration
IStringLocalizerFactory StringLocalizerFactory { get; }
Property Value
Theme
Declaration
Property Value
Toolbar
Declaration
Property Value
Methods
GetDefaultLocalizer()
Declaration
IStringLocalizer? GetDefaultLocalizer()
Returns
GetLocalizer(Type)
Declaration
IStringLocalizer GetLocalizer(Type resourceType)
Parameters
Type |
Name |
Description |
Type |
resourceType |
|
Returns
GetLocalizer<T>()
Declaration
IStringLocalizer GetLocalizer<T>()
Returns
Type Parameters
IsGrantedAsync(string)
Declaration
Task<bool> IsGrantedAsync(string policyName)
Parameters
Type |
Name |
Description |
string |
policyName |
|
Returns
Extension Methods