On page 649, step-16, another anchor tag is used to pass dictionary to current page:
Shipper
However, this produces the error:
An unhandled exception occurred while processing the request.
InvalidOperationException: The view 'Shipper' was not found. The following locations were searched:
/Views/Home/Shipper.en-US.cshtml
/Views/Home/Shipper.en.cshtml
/Views/Home/Shipper.cshtml
...
So I modified the asp-action="asp-action="Index" instead and I get no issues. Is that what is expected?
On page 649, step-16, another anchor tag is used to pass dictionary to current page:
Shipper
However, this produces the error:
An unhandled exception occurred while processing the request.
InvalidOperationException: The view 'Shipper' was not found. The following locations were searched:
/Views/Home/Shipper.en-US.cshtml
/Views/Home/Shipper.en.cshtml
/Views/Home/Shipper.cshtml
...
So I modified the asp-action="asp-action="Index" instead and I get no issues. Is that what is expected?