4 lines
97 B
Plaintext
4 lines
97 B
Plaintext
@inherits Umbraco.Web.Macros.PartialViewMacroPage
|
|
@{
|
|
Html.RenderAction("Index", "Contact");
|
|
} |