Files
2014-02-02 10:19:02 -05:00

5 lines
166 B
Plaintext

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