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

5 lines
166 B
Plaintext

@model HttpPostedFileBase
@{
Layout = "~/Views/Shared/EditorTemplates/_FieldLayout.cshtml";
}
<input type="file" name="@ViewData.ModelMetadata.PropertyName" />