PageParameterModel 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
PageParameterModel(PageParameterModel) |
複製建構函式。 |
PageParameterModel(ParameterInfo, IReadOnlyList<Object>) |
初始化 PageParameterModel 的新執行個體。 |
PageParameterModel(PageParameterModel)
複製建構函式。
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)
參數
- other
- PageParameterModel
要複製的模型。
適用於
PageParameterModel(ParameterInfo, IReadOnlyList<Object>)
初始化 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))
參數
- parameterInfo
- ParameterInfo
參數資訊。
- attributes
- IReadOnlyList<Object>
屬性。