回答編集履歴

1

訂正

2023/03/03 12:12

投稿

退会済みユーザー
test CHANGED
@@ -14,7 +14,7 @@
14
14
  コードで書くと以下のような感じです。コードは C# ですが読めなければ変換サービス https://converter.telerik.com/ があるので使ってみてください。
15
15
 
16
16
  ```C#
17
- public ActionResult EditBlog(Page1 model)
17
+ public ActionResult Edit(Page1 model)
18
18
  {
19
19
  foreach (KeyValuePair<string, ModelState> keyValuePair in ModelState)
20
20
  {