This question is locked. New answers and comments are not allowed.
Hello,
In a previous version of the Silverlight application we are developing, we were using a navigation frame to provide page navigation. In order to prevent users who were not logged in from accessing the application, on the navigation frame we set the attribute:
Silverlight Authorization Sample for WCF RIA Services
In a previous version of the Silverlight application we are developing, we were using a navigation frame to provide page navigation. In order to prevent users who were not logged in from accessing the application, on the navigation frame we set the attribute:
<
nav:Frame
Source
=
"/Home"
s:Authorization.NavigationMode
=
"Redirect"
/>
However, we are now in the process of re-developing the application to take advantage of MEF and MVVM. As part of this, we have replaced the navigation frame with a RadTransitionControl that we will use to display the different components of the application
How would I go about preventing the RadTransitionControl from displaying Content until the user has logged in
Thanks very much,
Martyn.