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.
我有一个带有 LoginView 的 asp 网络母版页。如果用户是匿名用户,我希望在 AnonymousTemplate 中看到默认的 Register.aspx 页面(不是指向它的链接,而是页面)。有可能做到吗?谢谢,橡树。
我能想到的唯一方法是在 AnonymousTemplate 中使用 iframe,但这会导致一个丑陋的解决方案。考虑以下替代设计之一: