In my ASP.NET MVC controller classes I have action methods.
In my views I have Html.ActionLinks that have the names of those action methods set as their actionName values.
A typo in either of these locations will break things. Are there any tools that can check my controllers and views for validity in this manner?