You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You cannot unfortunately use WebForms primitives in DotVVM pages, but you might be interested in the adapters package (https://www.nuget.org/packages/DotVVM.Adapters.WebForms). It adds the context.RedirectToRouteHybrid method, which redirect to WebForms or DotVVM route, depending on which one exists. You can also use the context.RedirectToUrl method to redirect to any URL from DotVVM page.
Hi Team,
I am converting one of the Web Form pages. And I want to redirect from viewmodel to existing aspx pages until it get converted. But I couldn't do it.
I have used Session.Redirect but its not working correctly.
Could someone tell me correct way?
The text was updated successfully, but these errors were encountered: