https://learn.microsoft.com/zh-tw/aspnet/core/security/authentication/cookie?vie...
如果你是使用Razor Pages,Program.cs設定登入驗證設定,Controller套用驗證就可以指定當沒有登入,導到特定頁面,登入完後再回來就可以了
<asp:TextBox ID="TextBox2" runat="server" onkeydown="...
在你要驗證的Controller或Action上加[Authorize],但是Program.cs要設定好WINDOWS驗證設定