Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在阅读 MCTS 培训套件书(考试 70-515)。我正在开展一个基于母版页和主题的案例研究实践项目,本书指导您将 ASPX 页面转换为内容页面。我环顾四周,找不到有关此主题的任何内容,因此任何帮助都会有所帮助。
对于每个页面,请执行以下操作 - 将属性添加到名为 MasterPageFile="Your MasterPage Path" 的 <@Page > 标签 - 添加以下标签 - 删除 html 和 head 标签及其内容,除了 body 标签 - 删除 body 标签,但保留它内容 - 删除表单标签 - 完成
有用的链接