The following screenshot shows the URL mapped to theBlogIdcontrol, and as part of the exercise, kindly make changes to the BlogId label with the literal changes you made in the Creating controller action section:
Edit a post
The same change needs to be applied to the Post action of Edit as well:
The changes were reflected in the updated item that was displayed on the screen:
List view with edited post
We have updated the references to the Blog ID with Blog URLs in the PostEdit (HTTP, Get, and Post)action. Let's update this on the remaining DELETEaction.