Files
LeafWeb/WebCms/Views/MacroPartials/Results.cshtml
T
2016-12-06 11:53:30 -05:00

5 lines
99 B
Plaintext

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