다음을 통해 공유


ControllerModel 생성자

정의

오버로드

ControllerModel(ControllerModel)

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

ControllerModel(TypeInfo, IReadOnlyList<Object>)

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

ControllerModel(ControllerModel)

Source:
ControllerModel.cs
Source:
ControllerModel.cs
Source:
ControllerModel.cs

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

public:
 ControllerModel(Microsoft::AspNetCore::Mvc::ApplicationModels::ControllerModel ^ other);
public ControllerModel (Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel other);
new Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel : Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel -> Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel
Public Sub New (other As ControllerModel)

매개 변수

other
ControllerModel

다른 컨트롤러 모델입니다.

적용 대상

ControllerModel(TypeInfo, IReadOnlyList<Object>)

Source:
ControllerModel.cs
Source:
ControllerModel.cs
Source:
ControllerModel.cs

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

public:
 ControllerModel(System::Reflection::TypeInfo ^ controllerType, System::Collections::Generic::IReadOnlyList<System::Object ^> ^ attributes);
public ControllerModel (System.Reflection.TypeInfo controllerType, System.Collections.Generic.IReadOnlyList<object> attributes);
new Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel : System.Reflection.TypeInfo * System.Collections.Generic.IReadOnlyList<obj> -> Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel
Public Sub New (controllerType As TypeInfo, attributes As IReadOnlyList(Of Object))

매개 변수

controllerType
TypeInfo

컨트롤러의 형식입니다.

attributes
IReadOnlyList<Object>

특성입니다.

적용 대상