ivaylokenov / AspNet.Mvc.TypedRouting

A collection of extension methods providing strongly typed routing and link generation for ASP.NET Core MVC projects.
https://mytestedasp.net/
MIT License
485 stars 36 forks source link

Razor variables are not being correctly resolved #17

Closed ivaylokenov closed 8 years ago

ivaylokenov commented 8 years ago

For example:

int someValue = 5;
<div>@(Html.ActionLink<HomeController>("Test", c => c.Index(someValue))</div>
ivaylokenov commented 8 years ago

Cannot reproduce it again after latest changes.