다음을 통해 공유


BeforeHandlerMethodEventData 생성자

정의

BeforeHandlerMethodEventData의 새 인스턴스를 초기화합니다.

public:
 BeforeHandlerMethodEventData(Microsoft::AspNetCore::Mvc::ActionContext ^ actionContext, System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ arguments, Microsoft::AspNetCore::Mvc::RazorPages::Infrastructure::HandlerMethodDescriptor ^ handlerMethodDescriptor, System::Object ^ instance);
public BeforeHandlerMethodEventData (Microsoft.AspNetCore.Mvc.ActionContext actionContext, System.Collections.Generic.IReadOnlyDictionary<string,object> arguments, Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.HandlerMethodDescriptor handlerMethodDescriptor, object instance);
public BeforeHandlerMethodEventData (Microsoft.AspNetCore.Mvc.ActionContext actionContext, System.Collections.Generic.IReadOnlyDictionary<string,object?> arguments, Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.HandlerMethodDescriptor handlerMethodDescriptor, object instance);
new Microsoft.AspNetCore.Mvc.Diagnostics.BeforeHandlerMethodEventData : Microsoft.AspNetCore.Mvc.ActionContext * System.Collections.Generic.IReadOnlyDictionary<string, obj> * Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.HandlerMethodDescriptor * obj -> Microsoft.AspNetCore.Mvc.Diagnostics.BeforeHandlerMethodEventData
Public Sub New (actionContext As ActionContext, arguments As IReadOnlyDictionary(Of String, Object), handlerMethodDescriptor As HandlerMethodDescriptor, instance As Object)

매개 변수

actionContext
ActionContext

작업 컨텍스트입니다.

arguments
IReadOnlyDictionary<String,Object>

메서드에 대한 인수입니다.

handlerMethodDescriptor
HandlerMethodDescriptor

메서드 설명자입니다.

instance
Object

인스턴스입니다.

적용 대상