Skip to content

MVC View ActionLink DiagnosticAnalyzer #22

Open
@wwwlicious

Description

@wwwlicious

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))

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions