PageParameterModel Constructors
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.
Overloads
PageParameterModel(PageParameterModel) |
Copy constructor. |
PageParameterModel(ParameterInfo, IReadOnlyList<Object>) |
Initializes a new instance of a PageParameterModel. |
PageParameterModel(PageParameterModel)
- Source:
- PageParameterModel.cs
- Source:
- PageParameterModel.cs
- Source:
- PageParameterModel.cs
Copy constructor.
public:
PageParameterModel(Microsoft::AspNetCore::Mvc::ApplicationModels::PageParameterModel ^ other);
public PageParameterModel (Microsoft.AspNetCore.Mvc.ApplicationModels.PageParameterModel other);
new Microsoft.AspNetCore.Mvc.ApplicationModels.PageParameterModel : Microsoft.AspNetCore.Mvc.ApplicationModels.PageParameterModel -> Microsoft.AspNetCore.Mvc.ApplicationModels.PageParameterModel
Public Sub New (other As PageParameterModel)
Parameters
- other
- PageParameterModel
The model to copy.
Applies to
PageParameterModel(ParameterInfo, IReadOnlyList<Object>)
- Source:
- PageParameterModel.cs
- Source:
- PageParameterModel.cs
- Source:
- PageParameterModel.cs
Initializes a new instance of a PageParameterModel.
public:
PageParameterModel(System::Reflection::ParameterInfo ^ parameterInfo, System::Collections::Generic::IReadOnlyList<System::Object ^> ^ attributes);
public PageParameterModel (System.Reflection.ParameterInfo parameterInfo, System.Collections.Generic.IReadOnlyList<object> attributes);
new Microsoft.AspNetCore.Mvc.ApplicationModels.PageParameterModel : System.Reflection.ParameterInfo * System.Collections.Generic.IReadOnlyList<obj> -> Microsoft.AspNetCore.Mvc.ApplicationModels.PageParameterModel
Public Sub New (parameterInfo As ParameterInfo, attributes As IReadOnlyList(Of Object))
Parameters
- parameterInfo
- ParameterInfo
The parameter info.
- attributes
- IReadOnlyList<Object>
The attributes.