Question: I am having an issue in which the link on this page is not working asp.net core mvc views. I need add new book link

I am having an issue in which the link on this page is not working asp.net core mvc views. I need add new book link to work. Everything works but the link to click on add a new book and the link goes to addboosks

Dropbox3

Add a new Book

All books in My Library

    @{ foreach (string Book in ViewData["Books"] as List) {
  1. @Book
  2. } }

Add a new Book
Enter book title:

I am having an issue in which the link on this pageis not working asp.net core mvc views. I need add new booklink to work. Everything works but the link to click on add

dd a new book Library/Book All Books in My Library 1. Java Basic 2. Agile with C# 3. Advanced Agile Figure 3.25 Browser display of localhost/MyLibrary/Book. When the Add a new book link in Figure 3.25 is clicked, the URL will localhost/MyLibrary/AddBook as shown in Figure 3.26. http://localhost 53850/MyLibrary/AddBook OO Enter a book title: a Add Book When a book title is entered and the "Add Book" button is clicked, the book list and the page will be forwarded to localhost/MyLibrary/Book shown in Figure 3.27. http://localhost:53850/MyLibrary/Book Add a new book. All Books in My Library 1. Java Basic 2. Agile with C# 3. Advanced Agile 4. Advanced Java Figure 3.27 Browser display with a new book added

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!