Partilhar via


ControllerModel Construtores

Definição

Sobrecargas

ControllerModel(ControllerModel)

Inicializa uma nova instância de ControllerModel.

ControllerModel(TypeInfo, IReadOnlyList<Object>)

Inicializa uma nova instância de ControllerModel.

ControllerModel(ControllerModel)

Origem:
ControllerModel.cs
Origem:
ControllerModel.cs
Origem:
ControllerModel.cs

Inicializa uma nova instância de 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)

Parâmetros

other
ControllerModel

O outro modelo de controlador.

Aplica-se a

ControllerModel(TypeInfo, IReadOnlyList<Object>)

Origem:
ControllerModel.cs
Origem:
ControllerModel.cs
Origem:
ControllerModel.cs

Inicializa uma nova instância de 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))

Parâmetros

controllerType
TypeInfo

O tipo do controlador.

attributes
IReadOnlyList<Object>

Os atributos.

Aplica-se a