ITエンジニア向け 情報館  
   

 

ASP.NET Core

入力必須属性を一時的に無効化

ModelState.Remove()を用いる。
https://tsu-games.hatenablog.com/entry/model-state-remove
https://kuttsun.blogspot.com/2020/06/aspnet-core-modelstate.html

ModelState.Errorプロパティに変更を加える。
https://qiita.com/echoprogress/items/7e0e8d2a27383a2d77db

IISで稼働する場合のセットアップ

.NET6の公式ダウンロードサイトから、ランタイムと、ASP.NET Coreランタイムの2つをダウンロードし、インストールする。