Skip to content

Chapter 15: Defining a typed view #95

@Dreamoochy

Description

@Dreamoochy
  1. On the page 645 Northwind.Mvc.Models should be imported in order to use HomeIndexViewModel:
@using Northwind.Mvc.Models
@model HomeIndexViewModel
  1. On the page 646 View button should have Home/ProductDetail/ path instead of /category/:
<a class="btn btn-primary"
href="Home/ProductDetail/@Model.Categories[c].CategoryId">View</a>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions