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?