ornwipa / book_recommender

Final project for ComIT's FULL STACK .NET course
GNU General Public License v3.0
1 stars 1 forks source link

show details of books #4

Closed ornwipa closed 4 years ago

ornwipa commented 4 years ago

This pop-up page will serve for both Books you rated and Recommended for you. View: title, author, year, ISBN, and figure of book cover as a Detail method Controller: Back to Index

ornwipa commented 4 years ago

To solve NullReferenceException: Object reference not set to an instance of an object. AspNetCore.Views_Home_Details.ExecuteAsync() in Details.cshtml

        <d1 class="row">
            <dt class="col-sm-2">
                @Html.DisplayNameFor(Model => Model.title)
            </dt>
            <dd class="col-sm-10">

                @Model.title

            </dd>

on several books whose title exists (not null)

ornwipa commented 4 years ago

Also found reference to wrong book!!!