props/Props/Pages/Search.cshtml.cs
Harrison Deng b43d7bab84 Ported progress from SPA and began scaffolding Identity UI.
Laid some groundwork in backend.

Began customizing Identity UI.
2021-07-24 00:03:32 -05:00

9 lines
123 B
C#

using Microsoft.AspNetCore.Mvc.RazorPages;
namespace Props.Pages
{
public class SearchModel : PageModel
{
}
}