Files
LeafWeb/WebCms/Views/MacroPartials/Contact.cshtml
T
2017-02-08 09:44:55 -05:00

4 lines
97 B
Plaintext

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