ActionExecutedContext Class¶
Constructors¶
-
ActionExecutedContext
(Microsoft.AspNet.Mvc.ActionContext, System.Collections.Generic.IList<Microsoft.AspNet.Mvc.IFilter>, System.Object)¶ Arguments: - actionContext (Microsoft.AspNet.Mvc.ActionContext) –
- filters (System.Collections.Generic.IList{Microsoft.AspNet.Mvc.IFilter}) –
- controller (System.Object) –
public ActionExecutedContext(ActionContext actionContext, IList<IFilter> filters, object controller)
-
Properties¶
-
Canceled
()¶ Return type: System.Boolean public virtual bool Canceled { get; set; }
-
Controller
()¶ Return type: System.Object public virtual object Controller { get; }
-
Exception
()¶ Return type: System.Exception public virtual Exception Exception { get; set; }
-
ExceptionDispatchInfo
()¶ Return type: System.Runtime.ExceptionServices.ExceptionDispatchInfo public virtual ExceptionDispatchInfo ExceptionDispatchInfo { get; set; }
-
ExceptionHandled
()¶ Return type: System.Boolean public virtual bool ExceptionHandled { get; set; }
-
Result
()¶ Return type: Microsoft.AspNet.Mvc.IActionResult public virtual IActionResult Result { get; set; }
-