예제 #1
0
 public RedirectResult Redirect(RouteHelper helper, bool requireHttps = false)
 {
     return(Redirect(helper.AsUrl().ToHtmlString()));
 }