Files
MileageTraker/Web/Views/Shared/EditorTemplates/MultilineText.cshtml
T
2012-12-24 21:18:41 -05:00

4 lines
136 B
Plaintext

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