Aracılığıyla paylaş


PageParameterModel Oluşturucular

Tanım

Aşırı Yüklemeler

PageParameterModel(PageParameterModel)

Oluşturucuyu kopyalayın.

PageParameterModel(ParameterInfo, IReadOnlyList<Object>)

yeni bir örneğini PageParameterModelbaşlatır.

PageParameterModel(PageParameterModel)

Kaynak:
PageParameterModel.cs
Kaynak:
PageParameterModel.cs
Kaynak:
PageParameterModel.cs

Oluşturucuyu kopyalayın.

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)

Parametreler

other
PageParameterModel

Kopyalanacak model.

Şunlara uygulanır

PageParameterModel(ParameterInfo, IReadOnlyList<Object>)

Kaynak:
PageParameterModel.cs
Kaynak:
PageParameterModel.cs
Kaynak:
PageParameterModel.cs

yeni bir örneğini PageParameterModelbaşlatır.

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))

Parametreler

parameterInfo
ParameterInfo

Parametre bilgisi.

attributes
IReadOnlyList<Object>

Öznitelikler.

Şunlara uygulanır