.NET Framework Class Library
RedirectResult Class
Controls the processing of application actions by redirecting to a specified URI.
Namespace:
System.Web.Mvc
Assembly:
System.Web.Mvc (in System.Web.Mvc.dll)
Visual Basic (Declaration)
Public Class RedirectResult _
Inherits ActionResult
Dim instance As RedirectResult
public class RedirectResult : ActionResult
public ref class RedirectResult : public ActionResult
System..::.Object
System.Web.Mvc..::.ActionResult
System.Web.Mvc..::.RedirectResult
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Reference
Other Resources