Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Last active January 27, 2021 21:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/129c3b5f93c8a7db5315463904e931ba to your computer and use it in GitHub Desktop.
Save bjoerntx/129c3b5f93c8a7db5315463904e931ba to your computer and use it in GitHub Desktop.
@Html.TXTextControl().TextControl(settings =>
{
settings.UserNames = new string[] { "Paul" };
settings.EditMode = EditMode.ReadOnly | EditMode.UsePassword;
}).Render()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment