public RedirectResult Redirect(RouteHelper helper, bool requireHttps = false) { return(Redirect(helper.AsUrl().ToHtmlString())); }