7 lines
216 B
Plaintext
7 lines
216 B
Plaintext
@model Song
|
|
<label asp-for="Name">Name:</label>
|
|
<input asp-for="Name" />
|
|
<label asp-for="Artist">Artist:</label>
|
|
<input asp-for="Artist" />
|
|
<label asp-for="SpotifyId">Spotify ID:</label>
|
|
<input asp-for="SpotifyId" /> |