RedirectResult Constructor
Visual Studio 2010
Initializes a new instance of the RedirectResult class.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- url
- Type: System.String
The target URL.
| Exception | Condition |
|---|---|
| ArgumentNullException | The url parameter is Nothing. |
Community Additions
ADD
Show: