Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Last active April 6, 2018 20:59
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/ce4b1e6fcb0259fd839685a4289671ec to your computer and use it in GitHub Desktop.
Save bjoerntx/ce4b1e6fcb0259fd839685a4289671ec to your computer and use it in GitHub Desktop.
@using TXTextControl.Web.MVC
@using TXTextControl.Web
@Html.TXTextControl().TextControl(settings =>
{
settings.Dock = DockStyle.Window;
settings.ServiceAddress = IPAddress.Parse("192.168.0.1"); // change IP here
}).Render()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment