You have a SharePoint site collection. The default master page for the site collection displays a
navigation bar on the left side of the page. You create a custom content page. You need to hide
the navigation bar on only the custom content page. What should you do?
A.
Add a Content control to the custom content page, set the ContentPlaceHolderID attribute to
PlaceHolderLeftNavBar, and set the Visible attribute to False.
B.
Add an empty Content control to the custom content page and set the ContentPlaceHolderID
attribute to PlaceHolderLeftNavBar.
C.
On the default master page, remove the ContentPlaceHolder control that has the ID
PlaceHolderLeftNavBar.
D.
On the default master page, set the Visible attribute to False in the ContentPlaceHolder control
that has the ID PlaceHolderLeftNavBar.