Microsoft
70-515 · Question #122
Which of the following is the correct syntax to specify the path to a file that generates the strong type?
The correct answer is A. <%@ PreviousPageType VirtualPath ="~/MyPage.aspx"% >. See the full explanation below for the reasoning.
Question
Which of the following is the correct syntax to specify the path to a file that generates the strong type?
Options
- A<%@ PreviousPageType VirtualPath ="~/MyPage.aspx"% >
- B<%@ PreviousPageType VirtualPath ="/MyPage.aspx/ ~"% >
- C<%@ PreviousPageType VirtualPath ="~/MyPage.master"% >
- D<%@ PreviousPageType VirtualPath ="~/MyPage"% >
How the community answered
(17 responses)- A82% (14)
- C6% (1)
- D12% (2)
Community Discussion
No community discussion yet for this question.