IPageApplicationModelPartsProvider.CreateHandlerModel(MethodInfo) 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.
Creates a PageHandlerModel for the specified method.s
public:
 Microsoft::AspNetCore::Mvc::ApplicationModels::PageHandlerModel ^ CreateHandlerModel(System::Reflection::MethodInfo ^ method);public Microsoft.AspNetCore.Mvc.ApplicationModels.PageHandlerModel? CreateHandlerModel(System.Reflection.MethodInfo method);public Microsoft.AspNetCore.Mvc.ApplicationModels.PageHandlerModel CreateHandlerModel(System.Reflection.MethodInfo method);abstract member CreateHandlerModel : System.Reflection.MethodInfo -> Microsoft.AspNetCore.Mvc.ApplicationModels.PageHandlerModelPublic Function CreateHandlerModel (method As MethodInfo) As PageHandlerModelParameters
- method
- MethodInfo
The MethodInfo.
Returns
The PageHandlerModel.