Files
LeafWeb/Web/Views/Shared/EditorTemplates/String.cshtml
T
2016-01-11 23:11:38 -05:00

6 lines
137 B
Plaintext

@{
Layout = "~/Views/Shared/EditorTemplates/_FieldLayout.cshtml";
}
@Html.TextBox("", ViewData.TemplateInfo.FormattedModelValue)