C# Class System.Web.Mvc.Controller_Extensions

TODO: Update summary.
Show file Open project: bunsen32/typed-url-routing

Public Methods

Method Description
RedirectTo ( this self, AppLocalUrl location, bool permanent = false ) : System.Web.Mvc.ActionResult
RedirectTo ( this self, UrlPattern zeroArgumentPath, bool permanent = false ) : System.Web.Mvc.ActionResult

Method Details

RedirectTo() public static method

public static RedirectTo ( this self, AppLocalUrl location, bool permanent = false ) : System.Web.Mvc.ActionResult
self this
location AppLocalUrl
permanent bool
return System.Web.Mvc.ActionResult

RedirectTo() public static method

public static RedirectTo ( this self, UrlPattern zeroArgumentPath, bool permanent = false ) : System.Web.Mvc.ActionResult
self this
zeroArgumentPath Dysphoria.Net.UrlRouting.UrlPattern
permanent bool
return System.Web.Mvc.ActionResult