IPageApplicationModelPartsProvider.CreateParameterModel(ParameterInfo) 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 PageParameterModel for the specified parameter
.
public:
Microsoft::AspNetCore::Mvc::ApplicationModels::PageParameterModel ^ CreateParameterModel(System::Reflection::ParameterInfo ^ parameter);
public Microsoft.AspNetCore.Mvc.ApplicationModels.PageParameterModel CreateParameterModel (System.Reflection.ParameterInfo parameter);
abstract member CreateParameterModel : System.Reflection.ParameterInfo -> Microsoft.AspNetCore.Mvc.ApplicationModels.PageParameterModel
Public Function CreateParameterModel (parameter As ParameterInfo) As PageParameterModel
Parameters
- parameter
- ParameterInfo
The ParameterInfo.
Returns
The PageParameterModel.