DefaultPageHandlerMethodSelector.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.
public:
virtual 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.HandlerMethodDescriptor
override this.Select : Microsoft.AspNetCore.Mvc.RazorPages.PageContext -> Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.HandlerMethodDescriptor
Public Function Select (context As PageContext) As HandlerMethodDescriptor
Parameters
- context
- PageContext