Files
LeafWeb/WebCms/Views/MacroPartials/Search.cshtml
T
2020-07-16 22:37:24 -04:00

5 lines
99 B
Plaintext

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