Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created December 14, 2017 13:23
Show Gist options
  • Save bjoerntx/3396c107813835e54ac6d7ec844835b4 to your computer and use it in GitHub Desktop.
Save bjoerntx/3396c107813835e54ac6d7ec844835b4 to your computer and use it in GitHub Desktop.
@using TXTextControl.Web.MVC
@using TXTextControl.Web
<input type="file" id="file" name="file" enctype="multipart/form-data" />
@Html.TXTextControl().TextControl(settings =>
{
}).Render()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment