Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は asp.net 、c# を使用して小さな Web サイトを構築しており、データベースに接続されており、ユーザー名をラベルに表示しようとしています。どうすればこれを達成できますか。
これにより、現在認証されているユーザーのユーザー名が取得されます。ラベルでそれを取得する方法を理解する必要があると思います...
System.Web.HttpContext.Current.User.Identity.Name;
ユーザーの認証方法によって異なりますが、System.Web.HttpContext.Current.User から始めます。