Class AbpTagHelperLocalizer
Inheritance
AbpTagHelperLocalizer
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class AbpTagHelperLocalizer : IAbpTagHelperLocalizer, ITransientDependency
Constructors
AbpTagHelperLocalizer(IOptions<AbpMvcDataAnnotationsLocalizationOptions>, IStringLocalizerFactory)
Declaration
public AbpTagHelperLocalizer(IOptions<AbpMvcDataAnnotationsLocalizationOptions> options, IStringLocalizerFactory stringLocalizerFactory)
Parameters
Methods
GetLocalizedText(string, ModelExplorer)
Declaration
public string GetLocalizedText(string text, ModelExplorer explorer)
Parameters
Returns
GetLocalizerOrNull(ModelExplorer)
Declaration
public IStringLocalizer? GetLocalizerOrNull(ModelExplorer explorer)
Parameters
Returns
GetLocalizerOrNull(Assembly)
Declaration
public IStringLocalizer? GetLocalizerOrNull(Assembly assembly)
Parameters
Returns
Implements
Extension Methods