Navigate to partially rendered content in Razor view
In lines like:
Html.RenderCSS("~/bundles/styles-ssrpage-desktop-desktopcss")
Html.RenderPartial("~/Areas/NewSite/Views/SearchResult/_SEO.cshtml", Model.SEODetails)
it would nice to be able be able to CTRL+Click on the URLs to open the files in the editor.
Please sign in to leave a comment.