Select Git revision
CreateForm.cshtml.cs
CreateForm.cshtml.cs 157 B
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace Rendelosch.Pages;
public class CreateForm : PageModel
{
public void OnGet()
{
}
}
Hosted with