BeforeActionResultEventData(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 BeforeActionResultEventData.
public:
BeforeActionResultEventData(Microsoft::AspNetCore::Mvc::ActionContext ^ actionContext, Microsoft::AspNetCore::Mvc::IActionResult ^ result);
public BeforeActionResultEventData (Microsoft.AspNetCore.Mvc.ActionContext actionContext, Microsoft.AspNetCore.Mvc.IActionResult result);
new Microsoft.AspNetCore.Mvc.Diagnostics.BeforeActionResultEventData : Microsoft.AspNetCore.Mvc.ActionContext * Microsoft.AspNetCore.Mvc.IActionResult -> Microsoft.AspNetCore.Mvc.Diagnostics.BeforeActionResultEventData
Public Sub New (actionContext As ActionContext, result As IActionResult)
Parameters
- actionContext
- ActionContext
The ActionContext.
- result
- IActionResult
The IActionResult.