0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

基本的な動作を確認(ASP.NET)

Last updated at Posted at 2023-04-16

一通りの動作を確認する。

デバックを開始する。

image.png

ULRの末尾に、/itemを追加し、item一覧ページを確認する。

image.png

itemに情報を入力し、登録する。

image.png
image.png

item一覧ページを確認すると、登録されていることが分かる。

image.png

デバッグを中止し、テーブルデータを確認しても、情報が登録されている。

image.png

情報はいくつでも登録できることを確認する。

image.png

Editを選択することで、item編集ページに遷移し、情報を編集することができる。

image.png
image.png

Detailsを選択することで、item詳細ページに遷移し、情報の詳細を確認することができる。

image.png

Deleteを選択することで、item削除ページに遷移し、登録した情報を削除することができる。

image.png
image.png
image.png

ヘッダー(ビュー)にitemページへの設定を行う。

ヘッダーの詳細部分を、itemページに変更する。

image.png

Sharedにあるビューファイルから編集する。

image.png

ヘッダーが設定されている箇所を確認し、以下のように修正する。

image.png
並び順としては以下の通り。
"表記する名称","アクション名","コントローラー名"
image.png

デバッグし、ヘッダー部分を確認し、アクセスできることを確認する。

image.png
image.png

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?