C# Class NSoft.NFramework.Web.Mvc.SimplifiedRedirectResult

Inheritance: System.Web.Mvc.ActionResult
Afficher le fichier Open project: debop/NFramework

Méthodes publiques

Méthode Description
ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void

Enables processing of the result of an action method by a custom type that inherits from the T:System.Web.Mvc.ActionResult class.

SimplifiedRedirectResult ( string url, bool permanent = false ) : System.Web.Mvc

Method Details

ExecuteResult() public méthode

Enables processing of the result of an action method by a custom type that inherits from the T:System.Web.Mvc.ActionResult class.
public ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void
context System.Web.Mvc.ControllerContext The context in which the result is executed. The context information includes the controller, HTTP content, request context, and route data.
Résultat void

SimplifiedRedirectResult() public méthode

public SimplifiedRedirectResult ( string url, bool permanent = false ) : System.Web.Mvc
url string
permanent bool
Résultat System.Web.Mvc