I have a resource file called Resources.resx and I want to access a string inside the file called appDisclaimer with some text.
How can I access this string and display in my .cshtml view page? Example:
<footer>my disclamer... </footer>
I have a resource file called Resources.resx and I want to access a string inside the file called appDisclaimer with some text.
How can I access this string and display in my .cshtml view page? Example:
<footer>my disclamer... </footer>
Based on the question linked in my comment:
<footer>@NSResources.Resource.appDisclaimer </footer>
NSResources is the Namespace Resource is the File name appDisclaimer my string