C# 클래스 System.Web.Mvc.Controller_Extensions

TODO: Update summary.
파일 보기 프로젝트 열기: bunsen32/typed-url-routing

공개 메소드들

메소드 설명
RedirectTo ( this self, AppLocalUrl location, bool permanent = false ) : System.Web.Mvc.ActionResult
RedirectTo ( this self, UrlPattern zeroArgumentPath, bool permanent = false ) : System.Web.Mvc.ActionResult

메소드 상세

RedirectTo() 공개 정적인 메소드

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

RedirectTo() 공개 정적인 메소드

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