We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Creation of a DiagnosticAnalyzer to look for instances of
@Html.ActionLink("Link text", "actionname", "controllername", routevaluedictionary, null)
and suggest codefix to
@Html.ActionLink("Link text", MVC.ControllerName.ActionName(args))