0
0

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 3 years have passed since last update.

VisualStudio2019 (Community)でWebアプリを作る2

Last updated at Posted at 2020-05-06

Modelの追加

1.プロジェクトを右クリック-「追加」-「新しいフォルダ」選択。フォルダ名を『Models』にする。
2-1.png

2.作成したModelsフォルダを右クリック-「追加」-「クラス」を選択。『UserInfo』クラスを作成する。
2-2.png

2-3.png

3.作成したクラス内に変数設定。(赤枠)
2-4.png

4.「Pages」フォルダを右クリックして、新しいフォルダを作成。
  フォルダ名は『UserInfos』にする。
2-5.png

5.「UserInfos」フォルダーを右クリック-「追加」-「新規スキャフォールディングアイテム」を選択。
2-6.png

6.「Entity Framework を使用する Razor ページ(CRUD)」を選択し、「追加」ボタンを押す。
2-7.png

7.赤枠内通りのものを選択。
2-8.png

8.DataフォルダとWebApplication1Context.cs、UserInfosフォルダ配下に複数のファイルが出来上がる。
2-9.png

9.デバッグ実行をして、URLを書き換える。指定した画面が出ればOK。
2-10.png
2-11.png
出来なかったら、マイグレーションしてみる。
https://docs.microsoft.com/ja-jp/aspnet/core/tutorials/razor-pages/model?view=aspnetcore-3.1&tabs=visual-studio#pmc

ここまで、WebApplication1プロジェクトにしてたけど、次からは自分が作ってるプロジェクトを利用する。
疲れた(笑)

0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?