Share via


BeforeActionResultEventData(ActionContext, IActionResult) Constructor

Definition

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.

Applies to