Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Last active November 1, 2022 20:17
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/19c7922b6151a162ac6783856c2d3478 to your computer and use it in GitHub Desktop.
Save bjoerntx/19c7922b6151a162ac6783856c2d3478 to your computer and use it in GitHub Desktop.
@using TXTextControl.Web.MVC
@{
var jsonData = File.ReadAllText("App_Data/data.json");
}
@Html.TXTextControl().TextControl().LoadDataFromJson(jsonData).Render()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment