Freigeben über


ControllerModel Konstruktoren

Definition

Überlädt

ControllerModel(ControllerModel)

Initialisiert eine neue Instanz von ControllerModel.

ControllerModel(TypeInfo, IReadOnlyList<Object>)

Initialisiert eine neue Instanz von ControllerModel.

ControllerModel(ControllerModel)

Quelle:
ControllerModel.cs
Quelle:
ControllerModel.cs
Quelle:
ControllerModel.cs

Initialisiert eine neue Instanz von 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)

Parameter

other
ControllerModel

Das andere Controllermodell.

Gilt für:

ControllerModel(TypeInfo, IReadOnlyList<Object>)

Quelle:
ControllerModel.cs
Quelle:
ControllerModel.cs
Quelle:
ControllerModel.cs

Initialisiert eine neue Instanz von 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))

Parameter

controllerType
TypeInfo

Der Typ des Controllers.

attributes
IReadOnlyList<Object>

Die Attribute.

Gilt für: