0
AbdulrahmanMZ created
- UI Type: MVC
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
I want to create a color picker partial view to be used in the createModal.cshtml
and editModal.cshtml
I didn't see any example for this component which is important to have,
can you please help me to create it . and make sure it is aligned with the best practice.
1 Answer(s)
-
0
Hello ,
You can refer this document for partial view purpose https://learn.microsoft.com/en-us/aspnet/core/mvc/views/partial?view=aspnetcore-9.0#reference-a-partial-view
This example will better assist you https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/mvc/views/partial/sample
Thank you.