I have a C# class, and inside this class I have a string variable (global) whose value is needed in a cshtml file. What can I do to retrieve it? Thanks very much in advance!
I have a C# class, and inside this class I have a string variable (global) whose value is needed in a cshtml file. What can I do to retrieve it? Thanks very much in advance!