Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created September 16, 2019 09:57
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/9a900570819ef3a927b55f4c0fe54fc6 to your computer and use it in GitHub Desktop.
Save bjoerntx/9a900570819ef3a927b55f4c0fe54fc6 to your computer and use it in GitHub Desktop.
public IActionResult Index()
{
using (TXTextControl.ServerTextControl tx = new TXTextControl.ServerTextControl())
{
tx.Create();
// ...
}
return View();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment