Last active
July 13, 2022 11:41
-
-
Save bjoerntx/50eabd51cea624316a75a512c1100768 to your computer and use it in GitHub Desktop.
This file contains 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 | |
@Html.TXTextControl().TextControl(settings => { | |
settings.StaticFilesPath = "/WebApplication120/TXTextControl.Web"; | |
}).Render() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment