Replace the URL visible in the browser, also replacing the current URL in the back/forward browser-history. Doesn't actually redirect the page, just updates the URL.
Absolute or relative URL to redirect to
Optional
Object with all keys to add to the querystring
import { url } from "@hboictcloud/api";url.replace("profile.html", { id: 15}); Copy
import { url } from "@hboictcloud/api";url.replace("profile.html", { id: 15});
Generated using TypeDoc
Replace the URL visible in the browser, also replacing the current URL in the back/forward browser-history. Doesn't actually redirect the page, just updates the URL.