Hi All,
I have a facade class that my controller class calls out to and in that facade class, for whatever reason, I'm building a string a href element.
And it resolves fine in casini but when it gets out in the real world like localhost it doesn't work. Is there a way to do this?
string goBackLinkForErrorMessage = "<br /><a href='/MyController/Action?id=" + blah + "'>Go Back</a>";
Thanks, Rod.