Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created December 10, 2015 15:46
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/38ac0bf99dfcb3289ad7 to your computer and use it in GitHub Desktop.
Save bjoerntx/38ac0bf99dfcb3289ad7 to your computer and use it in GitHub Desktop.
@Html.TXTextControl().TextControl(settings =>
{
settings.ServiceAddress = IPAddress.Parse("123.456.7.8");
settings.ServicePort = 4272;
}).Render()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment