Convert ASPX pages to content pages?

感情迁移 提交于 2019-12-25 17:44:33

问题


I am working through the MCTS Training kit book (exam 70-515). I'm working on a case study practice project based on master pages and themes and the book instructs you to convert ASPX pages to content pages. I've had a look around and can't find anything on this subject, so any assistance would be helpful.


回答1:


For each page do the following - Add an attribute to the <@Page > tag named MasterPageFile="Your MasterPage Path" - Add the following tag - Remove html and head tags and their contents except body tag - Remove the body tags BUT KEEP its contetnts - Remove the form tag - Done

UseFul Link



来源:https://stackoverflow.com/questions/13014676/convert-aspx-pages-to-content-pages

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!