Multiple choice technology

To get all the WebParts available on a SharePoint Page what is the syntax needs to be added at the end of URL

  1. #contents=1

  2. #contents=0

  3. ?contents=0

  4. ?contents=1

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

SharePoint provides a query string parameter to expose WebParts on a page for debugging and management. Appending ?contents=1 to the page URL displays all WebParts in maintenance view, allowing you to see and manage them. The # prefix is incorrect (it's a client-side fragment), and ?contents=0 would hide the view rather than show it.