ASP.NET: option to navigate between view & controller
Answered
Hi,
When navigating between views & controllers in ASP.NET MVC, Rider can only detect related view if we explicitly mention a view when returning from Controller Action. For example:-
public ActionResult Display()
{
return View("Display" );
}
However, if done implicitly then Rider has no option like Visual Studio's Go to View/Controller.
return View();
Please sign in to leave a comment.
Hi,
Here is the feature request for Go to View/Controller: https://youtrack.jetbrains.com/issue/RIDER-12771. Please feel free to upvote.