Thứ Tư, 27 tháng 8, 2014

Controller.RedirectToAction Method


Returns an HTTP 302 response to the browser, which causes the browser to make a GET request to the specified action.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

 NameDescription
Protected methodRedirectToAction(String)Redirects to the specified action using the action name.
Protected methodRedirectToAction(String, Object)Redirects to the specified action using the action name and route values.
Protected methodRedirectToAction(String, String)Redirects to the specified action using the action name and controller name.
Protected methodRedirectToAction(String, RouteValueDictionary)Redirects to the specified action using the action name and route dictionary.
Protected methodRedirectToAction(String, String, Object)Redirects to the specified action using the action name, controller name, and route dictionary.
Protected methodRedirectToAction(String, String, RouteValueDictionary)Redirects to the specified action using the action name, controller 

Không có nhận xét nào:

Đăng nhận xét