mirror of
https://github.com/yawaflua/yaflay.ru.git
synced 2026-02-04 10:54:12 +02:00
Добавьте файлы проекта.
This commit is contained in:
13
Areas/MyFeature/Pages/Page1.cshtml
Normal file
13
Areas/MyFeature/Pages/Page1.cshtml
Normal file
@@ -0,0 +1,13 @@
|
||||
@page
|
||||
@model yaflay.ru.MyFeature.Pages.Page1Model
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<title>Page1</title>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
13
Areas/MyFeature/Pages/Page1.cshtml.cs
Normal file
13
Areas/MyFeature/Pages/Page1.cshtml.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||||
|
||||
namespace yaflay.ru.MyFeature.Pages
|
||||
{
|
||||
public class Page1Model : PageModel
|
||||
{
|
||||
public void OnGet()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user