What problem does it solve?
ABP MVC and Razor Pages UI patterns and components for building consistent admin interfaces in ABP-powered projects. It covers using AbpPageModel, ABP tag helpers (abp-card, abp-dynamic-form, abp-modal), JavaScript ABP APIs (abp.ajax, abp.auth, abp.notify), DataTables integration, and bundle/minification to deliver practical MVC/Razor UI workflows.
Core Features & Use Cases
- Razor Page Model integration with AbpPageModel for clean server-side handlers and DI.
- ABP Tag Helpers like abp-card, abp-dynamic-form, and abp-modal to compose admin UIs rapidly.
- JavaScript ABP APIs for localization, authentication, notifications, and AJAX calls in a CRUD UI.
- DataTables integration for performant tabular data with server-side processing.
- Bundle & Minification guidance to optimize front-end assets in ABP MVC apps.
Quick Start
Create a Razor Page using AbpPageModel and apply ABP tag helpers to render a functional admin UI with DataTables and modal dialogs.