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.
ログイン ユーザーが Active Directory のドメイン管理者グループに属しているかどうかを確認するにはどうすればよいですか? はいの場合、コントロールを表示したい。どんなアイデアでも..
これが MembershipUser の場合は、Roles.IsUserInRole("Rolename") を使用して確認できます