.NET 6 (CORE) MVC C# Routing and base project
Budget: $30 – $250 USD
.NET 6 (CORE) MVC C# Routing
I need a .NET 6 (CORE) MVC C# project that has 3 pages with the following requirements:
1. Please create complete NET 6 (CORE) MVC project including bootstrap files.
2. Project name: RV
3. There is a BasePage with a string property called "Community"
4. There are 3 pages which inherit from BasePage and share a layout file.
5. The three page names are Default, FAQ, and Dates.
Controllers are called DefaultController, FAQController, and DatesController.
6. There is a shared layout used by all three pages.
7. The shared header has a menu which contains three hyperlinks: Home, FAQ, Dates.
8. Route MUST map like this:
localhost:1234/ routes to DefaultController index method
localhost:1234/NewYork routes to DefaultController index method, where Community property is populated with "NewYork"
localhost:1234/FAQ routes to FAQController index method
localhost:1234/FAQ/NewYork routes to FAQController index method, where Community property is populated with "NewYork"
localhost:1234/Dates routes to DatesController index method
localhost:1234/Dates/NewYork routes to DatesController index method, where Community property is populated with "NewYork"
The route mapping is incredibly important.
If you can't do that, you won't be successful.
9. Shared header menu displays Community value.
I will need a day to test before marking the project complete.
Let me know if you have any questions.
I need a .NET 6 (CORE) MVC C# project that has 3 pages with the following requirements:
1. Please create complete NET 6 (CORE) MVC project including bootstrap files.
2. Project name: RV
3. There is a BasePage with a string property called "Community"
4. There are 3 pages which inherit from BasePage and share a layout file.
5. The three page names are Default, FAQ, and Dates.
Controllers are called DefaultController, FAQController, and DatesController.
6. There is a shared layout used by all three pages.
7. The shared header has a menu which contains three hyperlinks: Home, FAQ, Dates.
8. Route MUST map like this:
localhost:1234/ routes to DefaultController index method
localhost:1234/NewYork routes to DefaultController index method, where Community property is populated with "NewYork"
localhost:1234/FAQ routes to FAQController index method
localhost:1234/FAQ/NewYork routes to FAQController index method, where Community property is populated with "NewYork"
localhost:1234/Dates routes to DatesController index method
localhost:1234/Dates/NewYork routes to DatesController index method, where Community property is populated with "NewYork"
The route mapping is incredibly important.
If you can't do that, you won't be successful.
9. Shared header menu displays Community value.
I will need a day to test before marking the project complete.
Let me know if you have any questions.