Interface IAbpUtilsService
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