Interface IAbpTagHelperLocalizer
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public interface IAbpTagHelperLocalizer : ITransientDependency
Methods
GetLocalizedText(string, ModelExplorer)
Declaration
string GetLocalizedText(string text, ModelExplorer explorer)
Parameters
Returns
GetLocalizerOrNull(ModelExplorer)
Declaration
IStringLocalizer? GetLocalizerOrNull(ModelExplorer explorer)
Parameters
Returns
GetLocalizerOrNull(Assembly)
Declaration
IStringLocalizer? GetLocalizerOrNull(Assembly assembly)
Parameters
Returns
Extension Methods