0
Fabio.Zinesi created
- ABP Framework version: v8.2.0
- UI Type: Blazor Server
- Database System: EF Core (SQL Server),
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
Hi.
I have an Entity named "Menus" with the additional menus to add to the main menu.
I need to the get the list of the elements of an entity inside the navigation\xxxxMenuContributor class.
What I have to do to access the GetListAsync(Filter)?
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
3 Answer(s)
-
0
hi
You can get services from
context(MenuConfigurationContext)var myService = context.ServiceProvider.GetRequiredService<IMYService>();Then use the services to get your entity.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
