新增
++ @Html.ActionLink("新增", "Create") +
+| @Html.DisplayNameFor(model => model.ID) | +@Html.DisplayNameFor(model => model.Title) | +@Html.DisplayNameFor(model => model.Content) | +@Html.DisplayNameFor(model => model.Author) | +操作 | +
|---|---|---|---|---|
| @Html.DisplayFor(modelItem => item.ID) | +@Html.DisplayFor(modelItem => item.Title) | +@Html.DisplayFor(modelItem => item.Content) | +@Html.DisplayFor(modelItem => item.Author) | ++ @Html.ActionLink("编辑", "Edit", new { id=item.ID }) | + @Html.ActionLink("详情", "Details", new { id=item.ID }) | + @Html.ActionLink("删除", "Delete", new { id=item.ID }) + | +
上次登录:@Model.LastLogin
``` - diff --git "a/20260109-\346\250\241\345\236\213.md" "b/\350\210\222\351\234\262\347\221\266/20260109-\346\250\241\345\236\213.md" similarity index 100% rename from "20260109-\346\250\241\345\236\213.md" rename to "\350\210\222\351\234\262\347\221\266/20260109-\346\250\241\345\236\213.md" diff --git "a/20260112-\346\226\260\345\242\236.md" "b/\350\210\222\351\234\262\347\221\266/20260112.-\346\226\260\345\242\236md" similarity index 100% rename from "20260112-\346\226\260\345\242\236.md" rename to "\350\210\222\351\234\262\347\221\266/20260112.-\346\226\260\345\242\236md" diff --git "a/20260114-\345\210\240\351\231\244.md" "b/\350\210\222\351\234\262\347\221\266/20260114-\345\210\240\351\231\244.md" similarity index 100% rename from "20260114-\345\210\240\351\231\244.md" rename to "\350\210\222\351\234\262\347\221\266/20260114-\345\210\240\351\231\244.md" diff --git "a/20260115-\347\274\226\350\276\221.md" "b/\350\210\222\351\234\262\347\221\266/20260115-\347\274\226\350\276\221.md" similarity index 100% rename from "20260115-\347\274\226\350\276\221.md" rename to "\350\210\222\351\234\262\347\221\266/20260115-\347\274\226\350\276\221.md" diff --git "a/20260116-\347\273\203\344\271\240.md" "b/\350\210\222\351\234\262\347\221\266/20260116-\347\273\203\344\271\240.md" similarity index 100% rename from "20260116-\347\273\203\344\271\240.md" rename to "\350\210\222\351\234\262\347\221\266/20260116-\347\273\203\344\271\240.md" -- Gitee