mirror of
https://github.com/yawaflua/yaflay.ru.git
synced 2025-12-13 17:16:26 +02:00
pooko
This commit is contained in:
14
Pages/AdminPanel.cshtml.cs
Normal file
14
Pages/AdminPanel.cshtml.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||||
|
||||
namespace yaflay.ru.Pages
|
||||
{
|
||||
public class AdminPanelModel : PageModel
|
||||
{
|
||||
public string? type = null;
|
||||
public void OnGet(string? type)
|
||||
{
|
||||
this.type = type;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user