PageHandlerSelectedContext.HandlerMethod Property

Definition

Gets or sets the descriptor for the handler method about to be invoked.

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

Property Value

Applies to