I have the following address of a view
:
http://localhost/Configuracao/Details/1
Where to create a button / link that redirects to another address of another view
as follows:
<a href="@Url.Action("~/Views/Ativos/Index", Model.Id)" title="Visualizar" class="btn btn-info">
<span class="glyphicon glyphicon-edit" aria-hidden="true"></span>
Ativos
</a>
Only by clicking on the address is:
http://localhost/Configuracao/~/Views/Ativos/Index
How to do this targeting?