AfterActionResultEventData(ActionContext, IActionResult) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of AfterActionResultEventData.
public:
AfterActionResultEventData(Microsoft::AspNetCore::Mvc::ActionContext ^ actionContext, Microsoft::AspNetCore::Mvc::IActionResult ^ result);
public AfterActionResultEventData (Microsoft.AspNetCore.Mvc.ActionContext actionContext, Microsoft.AspNetCore.Mvc.IActionResult result);
new Microsoft.AspNetCore.Mvc.Diagnostics.AfterActionResultEventData : Microsoft.AspNetCore.Mvc.ActionContext * Microsoft.AspNetCore.Mvc.IActionResult -> Microsoft.AspNetCore.Mvc.Diagnostics.AfterActionResultEventData
Public Sub New (actionContext As ActionContext, result As IActionResult)
Parameters
- actionContext
- ActionContext
The ActionContext.
- result
- IActionResult
The IActionResult.