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

- 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
In the previous video, we added our Comic Book List view, but we left it in an unfinished state. Let’s work on finishing it now.
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.2 -b finishing-the-list-view
Code
Here’s the markup that the designer provided to us for the “Comic Books List” view.
<div class="row">
<div class="col-md-3">
<h4>The Amazing Spider-Man #700</h4>
<img src="/Images/the-amazing-spider-man-700.jpg"
alt="The Amazing Spider-Man #700"
class="img-responsive" />
</div>
</div>
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up-
Monika Valkova
5,121 Points0 Answers
-
David Lett
7,483 Points1 Answer
-
olu adesina
23,007 Pointswhy are we using @comicBook.DisplayText instead of @Model.DisplayText
Posted by olu adesinaolu adesina
23,007 Points1 Answer
-
Brad Hinton
12,972 Points1 Answer
-
Jaime Jesus Guerra Torres
16,954 Points1 Answer
-
Jake Ford
9,230 PointsMy Index view is not letting me use the strongly typed Movie[] array
Posted by Jake FordJake Ford
9,230 Points1 Answer
-
Davis Mercier
7,805 PointsCS0103: The name `Viewbag' does not exist in the current context
Posted by Davis MercierDavis Mercier
7,805 Points1 Answer
-
Brandon Quarty
1,943 Points2 Answers
-
Walter Bueso
10,654 PointsHard time understanding the use of model data in this video
Posted by Walter BuesoWalter Bueso
10,654 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