다음을 통해 공유


PageParameterModel 생성자

정의

오버로드

PageParameterModel(PageParameterModel)

복사 생성자입니다.

PageParameterModel(ParameterInfo, IReadOnlyList<Object>)

PageParameterModel의 새 인스턴스를 초기화합니다.

PageParameterModel(PageParameterModel)

Source:
PageParameterModel.cs
Source:
PageParameterModel.cs
Source:
PageParameterModel.cs

복사 생성자입니다.

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

Source:
PageParameterModel.cs
Source:
PageParameterModel.cs
Source:
PageParameterModel.cs

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>

특성입니다.

적용 대상