Udostępnij przez


BeforeControllerActionMethodEventData Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy BeforeControllerActionMethodEventData.

public:
 BeforeControllerActionMethodEventData(Microsoft::AspNetCore::Mvc::ActionContext ^ actionContext, System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ actionArguments, System::Object ^ controller);
public BeforeControllerActionMethodEventData (Microsoft.AspNetCore.Mvc.ActionContext actionContext, System.Collections.Generic.IReadOnlyDictionary<string,object> actionArguments, object controller);
new Microsoft.AspNetCore.Mvc.Diagnostics.BeforeControllerActionMethodEventData : Microsoft.AspNetCore.Mvc.ActionContext * System.Collections.Generic.IReadOnlyDictionary<string, obj> * obj -> Microsoft.AspNetCore.Mvc.Diagnostics.BeforeControllerActionMethodEventData
Public Sub New (actionContext As ActionContext, actionArguments As IReadOnlyDictionary(Of String, Object), controller As Object)

Parametry

actionContext
ActionContext

Element ActionContext.

actionArguments
IReadOnlyDictionary<String,Object>

Argumenty akcji.

controller
Object

Kontroler.

Dotyczy