在 Html.ActionLink MVC2 中为长链接标题添加换行符
我的标题很长,需要在 ActionLink 中添加换行符之类的内容。我尝试过 \r\n 以及 System.Environment.NewLine...都没有成功。
<%=Html.ActionLink("Long title goes here", "index", "Overview")%>
I have a long title and need to add something like a line break within the ActionLink. I've tried \r\n as well as System.Environment.NewLine...all with no success.
<%=Html.ActionLink("Long title goes here", "index", "Overview")%>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以尝试这样的事情:
You may try something like this: