Show / Hide Table of Contents

Interface IAbpTagHelperLocalizer

Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers
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
Type Name Description
System.String text
ModelExplorer explorer
Returns
Type Description
System.String

GetLocalizerOrNull(ModelExplorer)

Declaration
IStringLocalizer GetLocalizerOrNull(ModelExplorer explorer)
Parameters
Type Name Description
ModelExplorer explorer
Returns
Type Description
IStringLocalizer

GetLocalizerOrNull(Assembly)

Declaration
IStringLocalizer GetLocalizerOrNull(Assembly assembly)
Parameters
Type Name Description
System.Reflection.Assembly assembly
Returns
Type Description
IStringLocalizer

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft