Files
LeafWeb/WebCms/Views/MacroPartials/ResultsDetails.cshtml
T
2020-07-23 21:16:26 -04:00

5 lines
100 B
Plaintext

@inherits Umbraco.Web.Macros.PartialViewMacroPage
@{
Html.RenderAction("Details", "Results");
}