异常详情:
{"A space or line break was encountered after the \"@\" character. Only valid identifiers, keywords, comments, \"(\" and \"{\" are valid at the start of a code block and they must occur immediately following \"@\" with no space in between."}
嗨,在我的 mvc3 项目中,我在使用解码字符串值时遇到了异常
string s="(500500) Features: • 170 GPH @ 1 ft • Operates submersed.";
string DecodedValue = Server.HtmlDecode(Razor.Parse(s));
在这里它没有编码并且异常被捕获。我是如何得到解码值的。