Files
kreta/KretaWeb/Views/Shared/EditorTemplates/EmailAddress.cshtml
T
2024-03-13 00:33:46 +01:00

3 lines
92 B
Plaintext

@model object
@Html.TextBoxFor(model => model, new {@class="k-textbox", type="email" })