Compartilhar via


AttributeRouteModel Construtores

Definição

Sobrecargas

AttributeRouteModel()

Inicializa uma nova instância de Microsoft.AspNetCore.Mvc.Routing.AttributeRoute.

AttributeRouteModel(AttributeRouteModel)

Construtor de cópia para Microsoft.AspNetCore.Mvc.Routing.AttributeRoute.

AttributeRouteModel(IRouteTemplateProvider)

Inicializa uma nova instância do Microsoft.AspNetCore.Mvc.Routing.AttributeRoute usando o especificado templateProvider.

AttributeRouteModel()

Origem:
AttributeRouteModel.cs
Origem:
AttributeRouteModel.cs
Origem:
AttributeRouteModel.cs

Inicializa uma nova instância de Microsoft.AspNetCore.Mvc.Routing.AttributeRoute.

public:
 AttributeRouteModel();
public AttributeRouteModel ();
Public Sub New ()

Aplica-se a

AttributeRouteModel(AttributeRouteModel)

Origem:
AttributeRouteModel.cs
Origem:
AttributeRouteModel.cs
Origem:
AttributeRouteModel.cs

Construtor de cópia para Microsoft.AspNetCore.Mvc.Routing.AttributeRoute.

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

Parâmetros

Aplica-se a

AttributeRouteModel(IRouteTemplateProvider)

Origem:
AttributeRouteModel.cs
Origem:
AttributeRouteModel.cs
Origem:
AttributeRouteModel.cs

Inicializa uma nova instância do Microsoft.AspNetCore.Mvc.Routing.AttributeRoute usando o especificado templateProvider.

public:
 AttributeRouteModel(Microsoft::AspNetCore::Mvc::Routing::IRouteTemplateProvider ^ templateProvider);
public AttributeRouteModel (Microsoft.AspNetCore.Mvc.Routing.IRouteTemplateProvider templateProvider);
new Microsoft.AspNetCore.Mvc.ApplicationModels.AttributeRouteModel : Microsoft.AspNetCore.Mvc.Routing.IRouteTemplateProvider -> Microsoft.AspNetCore.Mvc.ApplicationModels.AttributeRouteModel
Public Sub New (templateProvider As IRouteTemplateProvider)

Parâmetros

Aplica-se a