Files
LeafWeb/WebCms/Views/Shared/DisplayTemplates/EmailAddress.cshtml
T
2016-12-16 09:17:42 -05:00

5 lines
121 B
Plaintext

@{
Layout = "~/Views/Shared/DisplayTemplates/_FieldLayout.cshtml";
}
<a href="mailto:@Model">@Html.Encode(Model)</a>