nerdexam
Microsoft

MS-600 · Question #192

You need to build a customizer that will modify the header and footer of each page of a Microsoft SharePoint Online site. You use the Yeoman generator to create a new SharePoint Framework (SPFx)…

The correct answer is C. Create an Application Customizer, override the Render method, and provide a custom header. Application customizer provides access to predefined locations on the SharePoint page and allows us to customize them. Implement the _renderPlaceHolders method

Extend and customize Microsoft 365 with SharePoint Framework

Question

You need to build a customizer that will modify the header and footer of each page of a Microsoft SharePoint Online site. You use the Yeoman generator to create a new SharePoint Framework (SPFx) project. What should you do next?

Options

  • ACreate a Field Customizer and render the custom content for top and bottom placeholders.
  • BCreate an Application Customizer and render the custom content for top and bottom
  • CCreate an Application Customizer, override the Render method, and provide a custom header
  • DCreate a Field Customizer, override the Render method, and provide a custom header and footer.

How the community answered

(26 responses)
  • A
    12% (3)
  • B
    4% (1)
  • C
    77% (20)
  • D
    8% (2)

Explanation

Application customizer provides access to predefined locations on the SharePoint page and allows us to customize them. Implement the _renderPlaceHolders method

Topics

#SPFx#Application Customizer#header footer#placeholders

Community Discussion

No community discussion yet for this question.

Full MS-600 Practice