Examining the Shared Razor Components

Learn the basics of the MainLayout, NavMenu, and SurveyPrompt components of Blazor WebAssembly.

The shared Razor components are in the Shared folder. There are three shared Razor components in the Demo project:

  • The MainLayout component
  • The NavMenu component
  • The SurveyPrompt component

The MainLayout component

The MainLayout component is used to define the page layout for the web app:

Get hands-on with 1200+ tech skills courses.