我有控制器使用此代码。
ViewData["Content"] = "Hello. <br /> This is testing text."
这是我的观点
<h3>Testing code in view. <br /> 12345</h3>
<h3>@ViewData["Content"]</h3>
第一个h3中的br标签完美运行。但是在第二个h3中,它并没有起作用。浏览器显示带有br标签的原始文本。我希望在&#34; Hello&#34;之后休息。我不知道为什么以及如何解决它?
谢谢!
答案 0 :(得分:0)
使用
.title{
text-align: center;
font-family: Fipps;
}
.post{
text-align: center;
}
.Parg{
position: relative;
margin-left: 30%;
height: 20px;
width: 800px;
font-family: Gotham;
}
答案 1 :(得分:0)
也许你需要用htmlentities()函数以某种方式转换它? 请检查此manual。
另外,请提供有关您使用的系统的其他信息。