Task Detail
-
In Views/Project. I have index to show list of projects with ProjectListView. In Detail, the view show each project detail with ProjectDetailView, and using ProjectTaskView in Task.cshtml. Doing this I don't have to use partial views, but create direct action to each view.
10/19/2024 05:14:15