Is there a way to call from the view to Partial View
as a Url.Action
or otherwise? Since I have a method in my controller that renders a partial view, but I need to call that method from my view, for example @Html.Partial("Controller", "Action")
In what way can this be achieved?