Customizing the Modules

This guide has references to related documents those explain how to customize a depended application module when you want to use the module as NuGet/NPM package references.

ABP Framework Infrastructure

ABP Framework already provides many different approaches to extend or customize a depended module. See the "Customizing the Application Modules" guide as the fundamental reference.

ABP Commercial Infrastructure

ABP Commercial adds more extension points on top of the ABP Framework.

This section only focuses on the additional features provided by the ABP Commercial. You should definitely see the guide mentioned in the previous section.

Entity Actions

Entity action extension system allows you to add a new action to the action menu for an entity. A "Click Me" action was added to the user management page below:

user-action-extension-click-me

You can take any action (open a modal, make an HTTP API call, redirect to another page... etc) by writing your custom code. You can access to the current entity in your code.

See the related documents to learn how to use this system:

Contributors


Last updated: March 22, 2020 Edit this page on GitHub

Was this page helpful?

Please make a selection.

To help us improve, please share your reason for the negative feedback in the field below.

Please enter a note.

Thank you for your valuable feedback!

Please note that although we cannot respond to feedback, our team will use your comments to improve the experience.

In this document
Community Talks

What’s New with .NET 9 & ABP 9?

21 Nov, 17:00
Online
Watch the Event
Mastering ABP Framework Book
Mastering ABP Framework

This book will help you gain a complete understanding of the framework and modern web application development techniques.

Learn More