Chapter 15 - Action Names with Name Selectors
Hello,
I have followed the instruction: created a new project with empty MVC and added the package Wrox.ProMvc5.ExtendingMvc ( i'm using visual studio 2015 )
However i got a problem testing code from section "Choosing Action Names with Name Selectors". I've added a breakpoint in function "public override bool IsValidName" from ProductAttribute class. The breakpoint hit only when the Index action is called, selecting a product will return Error 404.
|