Authorised Territory code examples - This .NET #blazor #tutorial shows how to add sections to blazor app.
First, we create a section representing a footer using a section name.
Components are created to set the content of the section.
Next, another section is added to represent icon using a section id.
Finally, a new layout is implemented based on the MainLayout and used in a new component.