Microsoft
70-573 · Question #232
You have a custom master page named MyApplication.master. You need to apply MyApplication.master to only a custom application page in a SharePoint site. You must achieve the goal by using the…
The correct answer is C. Set the MasterPageFile attribute to ~/_layouts/MyApplication.master in the @Page. MNEMONIC RULE: "custom master page = MasterPageFile" Using a Page Specific Master Page in SharePoint 2010
Developing for User Experience
Question
You have a custom master page named MyApplication.master. You need to apply MyApplication.master to only a custom application page in a SharePoint site. You must achieve the goal by using the minimum amount of effort. What should you do?
Options
- AAdd a custom HTTP module to the Web application that modifies the master page.
- BAdd a custom HTTP module to the Web application that modifies the custom application
- CSet the MasterPageFile attribute to ~/_layouts/MyApplication.master in the @Page
- DRename the custom application page as application.master and overwrite the default
How the community answered
(51 responses)- A18% (9)
- B4% (2)
- C71% (36)
- D8% (4)
Explanation
MNEMONIC RULE: "custom master page = MasterPageFile" Using a Page Specific Master Page in SharePoint 2010
Topics
#master page#application pages#MasterPageFile#page directive
Community Discussion
No community discussion yet for this question.