IPageHandlerMethodSelector.Select(PageContext) Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Selects a handler method from a page.
public:
 Microsoft::AspNetCore::Mvc::RazorPages::Infrastructure::HandlerMethodDescriptor ^ Select(Microsoft::AspNetCore::Mvc::RazorPages::PageContext ^ context);public Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.HandlerMethodDescriptor? Select(Microsoft.AspNetCore.Mvc.RazorPages.PageContext context);public Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.HandlerMethodDescriptor Select(Microsoft.AspNetCore.Mvc.RazorPages.PageContext context);abstract member Select : Microsoft.AspNetCore.Mvc.RazorPages.PageContext -> Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.HandlerMethodDescriptorPublic Function Select (context As PageContext) As HandlerMethodDescriptorParameters
- context
- PageContext
The PageContext.
Returns
The selected HandlerMethodDescriptor.