I am able to redirect inside my canvas application and show different pages with the following links:
window.location.href = "/Create/StartTime?mid=" + mid;
My issue is that inside the browser URL bar we cannot see any change in the address. Is there any way to achieve this?
You’ll need to redirect the parent of the iframe. check this out:
Redirect parent window from an iframe action