Starts in:
0 DAY
6 HRS
25 MIN
39 SEC
Starts in:
0 D
6 H
25 M
39 S
Open Closed

Does anyone know how do I customize the any abp tag helper? #2763


User avatar
0
berkansasmaz created
Support Team .NET Developer

I want to customize some abp tag helper or add a new tag helper


1 Answer(s)
  • User Avatar
    0
    berkansasmaz created
    Support Team .NET Developer

    Creating a tag helper is standard, you can check Microsoft's documents. If you want to customize one of the ABP's tag helpers, you can create a class deriving from the taghelperservice class of any one (example: https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap/TagHelpers/Button/AbpButtonTagHelperService.cs), then replace the original in the dependency injection system.

Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06