Open Closed

Adding Menu item in Administration > Identity Management #4835


User avatar
0
moinahmed created

I need to add a new Menu item in Administration > Identity Management. How can I do that?

Thanks, Moin

Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)

1 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Fullstack Developer

    Hi,

    It's easy to do, you can try:

    var admin = context.Menu.GetAdministration();
    var identity = admin.GetMenuItem(IdentityMenuNames.GroupName);
    identity.AddItem(...)
    
    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.8.0-preview. Updated on September 16, 2026, 14:50
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.