EasyAbp / AbpHelper.CLI

Providing code generation and more features to help you develop applications and modules with the ABP framework.
MIT License
285 stars 95 forks source link

The new way to include create button in content toolbar section #233

Closed naderjavid closed 6 months ago

naderjavid commented 7 months ago

Hello, I check last version of abp framework and they are add "Create" button in content toolbar

gdlcf88 commented 7 months ago

What is the "content toolbar" and why do we need it? Can you explain? :)

naderjavid commented 6 months ago

The new version of abp framework uses this content toolbar for top buttons in all modules please check these screenshots and you find out about the content toolbar and also i checked all the abp modules and all of them has this code @section content_toolbar { @await Component.InvokeAsync(typeof(AbpPageToolbarViewComponent), new { pageName = typeof(IndexModel).FullName }) }

naderjavid commented 6 months ago

This is a example in the main repository [https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.Web/Pages/Identity/Users/Index.cshtml]