method Application.prototype.getPageRouteimport { Application } from "https://dotland.deno.dev/x/aleph@v0.3.0-alpha.31/server/mod.ts"; getPageRoute(location: { pathname: string; search?: string; }): [RouterURL, RouteModule[]]get page route by given location. Parameterslocation: { pathname: string; search?: string; }Returns[RouterURL, RouteModule[]]