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.

27 lines
451 B

---
sidebar_position: 1
title: Introduction
---
## Add a new item
This lab will allow you to add a new item.
### List of steps
* Store our data in the LocalStorage
* Creation of a new page
* Add an `Add` button
* Creation of the add-on model
* Creation of the form
* Redirect to listing page
* Display of downloaded image
### List of concepts
* Blazor Storage
* Routing
* Data Annotation
* Form and validation
* URI and navigation state helpers