You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sidebar_position |
title |
3 |
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
@page "/add"
<h3>Add</h3>
public partial class Add
{
}