ASP.NET 图表:撇号 '图表标题中替换为 '
当我显示图表且其标题带有撇号时,标题将 '
显示为 '
。
我怎样才能防止这种情况发生?
When I display a chart and its title has an apostrophe, the title displays the '
as '
.
How can I prevent this from happening?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有关此问题的更多信息,请参见: Javascript、Razor 和 Escape 字符。就像撇号
More about this question here: Javascript, Razor and Escape characters. Like apostrophe
你是否从某个地方复制了标题,如果是的话,请尝试先复制到记事本中,然后复制到 VS 中。
如果不是,您可能会动态生成它,您可能需要确保将图表上的编码(如果有设置)设置为源编码
Have you copied the title from somewhere if so try copying into notepad first then into VS.
If not you may and you are generating it dynamically you may need to make sure you set the encoding on the chart (if there is a setting) to the source encoding