--- sidebar_position: 3 title: Creation of the add page --- ## Creation of the page As before, create a new page which will be named `Add.razor` and the partial class `Add.razor.cs`. ## Final source code ```cshtml title="Pages/Add.razor" @page "/add"