Show / Hide Table of Contents

Interface IAbpUtilsService

Namespace: Volo.Abp.AspNetCore.Components.WebAssembly.Theming
Assembly: Volo.Abp.AspNetCore.Components.WebAssembly.Theming.dll
Syntax
public interface IAbpUtilsService

Methods

AddClassToTagAsync(String, String)

Declaration
ValueTask AddClassToTagAsync(string tagName, string className)
Parameters
Type Name Description
System.String tagName
System.String className
Returns
Type Description
System.Threading.Tasks.ValueTask

HasClassOnTagAsync(String, String)

Declaration
ValueTask<bool> HasClassOnTagAsync(string tagName, string className)
Parameters
Type Name Description
System.String tagName
System.String className
Returns
Type Description
System.Threading.Tasks.ValueTask<System.Boolean>

RemoveClassFromTagAsync(String, String)

Declaration
ValueTask RemoveClassFromTagAsync(string tagName, string className)
Parameters
Type Name Description
System.String tagName
System.String className
Returns
Type Description
System.Threading.Tasks.ValueTask

ReplaceLinkHrefByIdAsync(String, String)

Declaration
ValueTask ReplaceLinkHrefByIdAsync(string linkId, string hrefValue)
Parameters
Type Name Description
System.String linkId
System.String hrefValue
Returns
Type Description
System.Threading.Tasks.ValueTask

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