-
-
-
-
- Document
-
-
-
-
-
-
-
-
-
- Id
- 标题
- 内容
- 作者
- 操作
-
-
-
- @foreach (var item in @Model)
- {
-
-
- @item.Id
- @item.Title
- @item.Content
- @item.Author
-
- 编辑
- 删除
-
-
- }
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/\345\221\250\351\231\210\345\256\271/Views/Home/Index.cshtml" "b/\345\221\250\351\231\210\345\256\271/Views/Home/Index.cshtml"
deleted file mode 100644
index bcfd79a52d9aa19fbc687ce3eb5023a66084412e..0000000000000000000000000000000000000000
--- "a/\345\221\250\351\231\210\345\256\271/Views/Home/Index.cshtml"
+++ /dev/null
@@ -1,8 +0,0 @@
-@{
- ViewData["Title"] = "Home Page";
-}
-
-
diff --git "a/\345\221\250\351\231\210\345\256\271/Views/Home/Privacy.cshtml" "b/\345\221\250\351\231\210\345\256\271/Views/Home/Privacy.cshtml"
deleted file mode 100644
index af4fb195a3c9183e1a1944162e20f06c8eccce89..0000000000000000000000000000000000000000
--- "a/\345\221\250\351\231\210\345\256\271/Views/Home/Privacy.cshtml"
+++ /dev/null
@@ -1,6 +0,0 @@
-@{
- ViewData["Title"] = "Privacy Policy";
-}
-@ViewData["Title"]
-
-Use this page to detail your site's privacy policy.
diff --git "a/\345\221\250\351\231\210\345\256\271/Views/Shared/Error.cshtml" "b/\345\221\250\351\231\210\345\256\271/Views/Shared/Error.cshtml"
deleted file mode 100644
index a1e04783c67a0edd13abb2745ca97f3a0bc6bc93..0000000000000000000000000000000000000000
--- "a/\345\221\250\351\231\210\345\256\271/Views/Shared/Error.cshtml"
+++ /dev/null
@@ -1,25 +0,0 @@
-@model ErrorViewModel
-@{
- ViewData["Title"] = "Error";
-}
-
-Error.
-An error occurred while processing your request.
-
-@if (Model.ShowRequestId)
-{
-
- Request ID: @Model.RequestId
-
-}
-
-Development Mode
-
- Swapping to Development environment will display more detailed information about the error that occurred.
-
-
- The Development environment shouldn't be enabled for deployed applications.
- It can result in displaying sensitive information from exceptions to end users.
- For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development
- and restarting the app.
-
diff --git "a/\345\221\250\351\231\210\345\256\271/Views/Shared/_Layout.cshtml" "b/\345\221\250\351\231\210\345\256\271/Views/Shared/_Layout.cshtml"
deleted file mode 100644
index 2442e8ee59f62f5414dce3928928aaca4ef60d2a..0000000000000000000000000000000000000000
--- "a/\345\221\250\351\231\210\345\256\271/Views/Shared/_Layout.cshtml"
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
-
- @ViewData["Title"] - Blog
-
-
-
-
-
-
-
-
- @RenderBody()
-
-
-
-
-
-
-
- @await RenderSectionAsync("Scripts", required: false)
-
-
diff --git "a/\345\221\250\351\231\210\345\256\271/Views/Shared/_Layout.cshtml.css" "b/\345\221\250\351\231\210\345\256\271/Views/Shared/_Layout.cshtml.css"
deleted file mode 100644
index c187c02e050873568d42a01ececaac425560851b..0000000000000000000000000000000000000000
--- "a/\345\221\250\351\231\210\345\256\271/Views/Shared/_Layout.cshtml.css"
+++ /dev/null
@@ -1,48 +0,0 @@
-/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
-for details on configuring this project to bundle and minify static web assets. */
-
-a.navbar-brand {
- white-space: normal;
- text-align: center;
- word-break: break-all;
-}
-
-a {
- color: #0077cc;
-}
-
-.btn-primary {
- color: #fff;
- background-color: #1b6ec2;
- border-color: #1861ac;
-}
-
-.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
- color: #fff;
- background-color: #1b6ec2;
- border-color: #1861ac;
-}
-
-.border-top {
- border-top: 1px solid #e5e5e5;
-}
-.border-bottom {
- border-bottom: 1px solid #e5e5e5;
-}
-
-.box-shadow {
- box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
-}
-
-button.accept-policy {
- font-size: 1rem;
- line-height: inherit;
-}
-
-.footer {
- position: absolute;
- bottom: 0;
- width: 100%;
- white-space: nowrap;
- line-height: 60px;
-}
diff --git "a/\345\221\250\351\231\210\345\256\271/Views/Shared/_ValidationScriptsPartial.cshtml" "b/\345\221\250\351\231\210\345\256\271/Views/Shared/_ValidationScriptsPartial.cshtml"
deleted file mode 100644
index 5a16d80a9aa78592ddc961b1d48b549024a3dbbf..0000000000000000000000000000000000000000
--- "a/\345\221\250\351\231\210\345\256\271/Views/Shared/_ValidationScriptsPartial.cshtml"
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
diff --git "a/\345\221\250\351\231\210\345\256\271/Views/_ViewImports.cshtml" "b/\345\221\250\351\231\210\345\256\271/Views/_ViewImports.cshtml"
deleted file mode 100644
index 5bd4834a44bd768f14de15ce11ee6411f686a8cc..0000000000000000000000000000000000000000
--- "a/\345\221\250\351\231\210\345\256\271/Views/_ViewImports.cshtml"
+++ /dev/null
@@ -1,3 +0,0 @@
-@using Blog
-@using Blog.Models
-@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
diff --git "a/\345\221\250\351\231\210\345\256\271/Views/_ViewStart.cshtml" "b/\345\221\250\351\231\210\345\256\271/Views/_ViewStart.cshtml"
deleted file mode 100644
index be2a4f37a62e2ab134135f679c52b0f475a294dc..0000000000000000000000000000000000000000
--- "a/\345\221\250\351\231\210\345\256\271/Views/_ViewStart.cshtml"
+++ /dev/null
@@ -1,3 +0,0 @@
-@{
- Layout = null;
-}