Files
LeafWeb/WebCms/Views/Shared/EditorTemplates/HttpPostedFileBase.cshtml
T

9 lines
276 B
Plaintext

@model HttpPostedFileBase
@{
Layout = "~/Views/Shared/EditorTemplates/_FieldLayout.cshtml";
}
<span class="btn btn-outline-secondary btn-file">
Browse <input type="file" name="@ViewData.ModelMetadata.PropertyName" class="btn-outline-secondary btn-file" />
</span>