I need to pass a parameter to a Controller
, however, this parameter contains / (slash).
Example:
To pass the parameter I am using @Url.Action
:
@Html.ActionLink("Visualizar", "DetailsRaWeb", new { id = item.TAG })
But when executing, the error is generated: