다음을 통해 공유


PageHandlerExecutingContext 생성자

정의

PageHandlerExecutingContext의 새 인스턴스를 만듭니다.

public:
 PageHandlerExecutingContext(Microsoft::AspNetCore::Mvc::RazorPages::PageContext ^ pageContext, System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::Filters::IFilterMetadata ^> ^ filters, Microsoft::AspNetCore::Mvc::RazorPages::Infrastructure::HandlerMethodDescriptor ^ handlerMethod, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ handlerArguments, System::Object ^ handlerInstance);
public PageHandlerExecutingContext (Microsoft.AspNetCore.Mvc.RazorPages.PageContext pageContext, System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata> filters, Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.HandlerMethodDescriptor handlerMethod, System.Collections.Generic.IDictionary<string,object> handlerArguments, object handlerInstance);
public PageHandlerExecutingContext (Microsoft.AspNetCore.Mvc.RazorPages.PageContext pageContext, System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata> filters, Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.HandlerMethodDescriptor? handlerMethod, System.Collections.Generic.IDictionary<string,object?> handlerArguments, object handlerInstance);
new Microsoft.AspNetCore.Mvc.Filters.PageHandlerExecutingContext : Microsoft.AspNetCore.Mvc.RazorPages.PageContext * System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata> * Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.HandlerMethodDescriptor * System.Collections.Generic.IDictionary<string, obj> * obj -> Microsoft.AspNetCore.Mvc.Filters.PageHandlerExecutingContext
Public Sub New (pageContext As PageContext, filters As IList(Of IFilterMetadata), handlerMethod As HandlerMethodDescriptor, handlerArguments As IDictionary(Of String, Object), handlerInstance As Object)

매개 변수

pageContext
PageContext

PageContext 현재 요청과 연결된 입니다.

filters
IList<IFilterMetadata>

페이지와 연결된 필터 집합입니다.

handlerMethod
HandlerMethodDescriptor

호출할 처리기 메서드는 null일 수 있습니다.

handlerArguments
IDictionary<String,Object>

처리기 메서드에 제공할 인수입니다.

handlerInstance
Object

처리기 instance 페이지와 연결됩니다.

적용 대상