Last active
November 1, 2022 20:17
-
-
Save bjoerntx/19c7922b6151a162ac6783856c2d3478 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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