Hi Team
I am struggling to route to my page, what could i be missing below? I keep on getting this Error/Application.
- // Route to Courses.
- routes.MapRoute(
- name:"Courses",
- url:"courses-registration/",
- defaults: new {controller="Home", action="CoursesRegistration", url=UrlParameter.Optional}
- );
- //GET/Courses-List
- public ActionResult CoursesRegistration()
- {
- return View();
- }
- class="modal-footer">
- class="btn btn-secondary" data-dismiss="modal">Cancel
- class="btn btn-large btn-success" id="fire" href="@Url.Action("Courses-Registration","Home")">Create Courses
Jenith ThakkarPosted Aug 18, 2020, 8:26 AM
Navaneeth KrishnanPosted Aug 18, 2020, 8:48 AM
Jenith ThakkarPosted Aug 18, 2020, 5:33 AM
Guest UserPosted Aug 18, 2020, 4:57 AM
Pankajkumar PatelPosted Aug 17, 2020, 11:22 PM