问题描述
我已经写了下来正是我所做的:
I've written down exactly what I've done:
Visual Web开发人员 - 新项目 - 新的Web应用程序
Visual web developer – new project - New web application
双击的Site.Master,在解决方案资源管理。
Double click "Site.Master" in solution explorer.
点击外观设计
选择文字:我的ASP.NET应用程序
Select the text: "My ASP.NET Application"
格式 - 字体 - 改变颜色 - (不显示的变化打开字体再次显示旧的字体颜色。)为什么
Format – font - change color - (not showing change. Opening font again shows the old font color.) Why?
点击< h1.style1>
底部
格式 - 字体 - 改变颜色 - (此时它工作正常)
Format – font - change color – (this time it works fine)
点击我的ASP.NET应用程序的权利 - div.loginDisplay被选中。 为什么呢?为什么不整头?
Click to the right of "My ASP.NET Application" – div.loginDisplay is selected. Why? Why not the whole header?
更改背景颜色 - 我的ASP.NET应用程序消失。 为什么呢? < - 我的主要问题
Change background color - "My ASP.NET Application" disappears. Why? <- My main question.
开始调试 - 我的ASP.NET应用程序所示。 为什么?(因为它是不是在Visual Web Developer中显示)?
Start debugging – "My ASP.NET Application" is shown. Why (since it wasn't showing in visual web developer)?
推荐答案
老实说,我觉得VSWD嵌入式设计模式是非常马车,当然不可靠的。我不认为你可以找到的一个解决方法,因为......我相信这不是为了反映1:网页1的状态,而只是表明开发商只是一个提示,怎么可能看起来像。如果你看一下被人从微软(乔斯塔格纳等)制作的视频教程,它们都使用一个真正的Web浏览器来调试自己的应用程序,而不是设计标签。
Honestly, I find the embedded "Design" mode of VSWD to be extremely buggy and certainly not reliable. I don't think you can find a fix for that, because... I believe it wasn't intended to reflect 1:1 state of the webpage, but instead just to show developers just a hint, how it may look like. If you look at video tutorials made by people from Microsoft (Joe Stagner etc.), they all use a real web browser to debug their apps, not a design tab.
所以,我的建议是不要依赖于设计选项卡上,并使用VS像一个开发者的工具,而不是一些所见即所得的编辑器。
So, my advice would be not to rely on a Design tab and use VS like a developer's tool, not some wysiwyg editor.
这篇关于为什么Visual Web Developer中工作的方式是(隐藏文本)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!