ControllerModel 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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>
특성입니다.