奇怪——asp.net身份验证后网页上的文本变成粗体
我不知道是什么原因造成的,但在我登录(使用 asp.net 身份验证)后,页面上的所有文本都以粗体显示。 (在我登录之前,文字是正常的)。
我正在开发一个 ASP.Net MVC2 应用程序,
我不认为这是 CSS 问题,因为当我查看 HTML 时,发现到处都添加了额外的 标签......而且它只会发生登录后。
我什至不确定要提供什么源代码...所以我希望有人可能知道为什么这些额外的标签被插入到页面中。
谢谢
I have no idea what is causing this, but after I log in (using asp.net authentication), all my text is on the page is bolded. (Before I log in, the text is normal).
I'm working on an ASP.Net MVC2 application
I don't think this is a CSS issue, because when I look at the HTML, something is adding extra tags everywhere... and it only happens after logging in.
I'm not even sure what source code to provide... so I'm hoping someone might have an idea why these extra tags are being inserted into the page.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据我上面的评论:
您可以在用户通过身份验证后发布页面的 html 吗?
看起来像是缺少
标签。
From my comment above:
Can you post the html of the page after user is authenticated?
Looks like a missing
</b>
tag.