This course will be retired on July 14, 2025.
Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
- Adding a List Controller and View 4:03
- Finishing the List View 4:55
- Creating a List View 1 objective
- Updating the Default Route 6:07
- URL Routing Configuration Review 5 questions
- Linking Between Views 7:01
- Creating Hyperlinks 1 objective
- Improving Navigation 5:45
- Wrap Up 2:49
- Section Review 5 questions
Start a free Courses trial
to watch this video
- 2x 2x
- 1.75x 1.75x
- 1.5x 1.5x
- 1.25x 1.25x
- 1.1x 1.1x
- 1x 1x
- 0.75x 0.75x
- 0.5x 0.5x
Let’s improve navigation for our users by adding a “Return to List” button to our Comic Book Detail view.
Follow Along
To follow along commiting your changes to this course, you'll need to fork the aspnet-comic-book-gallery repo. Then you can clone, commit, and push your changes to your fork like this:
git clone <your-fork>
cd aspnet-comic-book-gallery
git checkout tags/v5.5 -b improving-navigation
Code
Here’s the markup for the “Return to List” button.
<div class="backbar">
<div class="container">
<a class="btn btn-default" href="/">Return to List</a>
</div>
</div>
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up-
Simon Sporrong
35,097 Points1 Answer
-
zaki bhai
163 Points2 Answers
-
Zeljko Porobija
11,491 Points1 Answer
View all discussions for this video
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up