PageHandlerExecutedContext.HandlerMethod Property

Definition

Gets the descriptor for the handler method that was invoked.

public:
 virtual property Microsoft::AspNetCore::Mvc::RazorPages::Infrastructure::HandlerMethodDescriptor ^ HandlerMethod { Microsoft::AspNetCore::Mvc::RazorPages::Infrastructure::HandlerMethodDescriptor ^ get(); };
public virtual Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.HandlerMethodDescriptor HandlerMethod { get; }
public virtual Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.HandlerMethodDescriptor? HandlerMethod { get; }
member this.HandlerMethod : Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.HandlerMethodDescriptor
Public Overridable ReadOnly Property HandlerMethod As HandlerMethodDescriptor

Property Value

Applies to