ApiConventionMethodAttribute Classe

Definição

Convenções de API a serem aplicadas a uma ação do controlador.

As convenções de API são usadas para influenciar a saída de ApiExplorer. ApiConventionMethodAttribute pode ser usado para especificar um método de convenção exato que se aplica a uma ação. ApiConventionTypeAttribute para obter detalhes sobre como aplicar convenções no nível do assembly ou do controlador.

public ref class ApiConventionMethodAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class ApiConventionMethodAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type ApiConventionMethodAttribute = class
    inherit Attribute
Public NotInheritable Class ApiConventionMethodAttribute
Inherits Attribute
Herança
ApiConventionMethodAttribute
Atributos

Construtores

ApiConventionMethodAttribute(Type, String)

Inicializa uma ApiConventionMethodAttribute instância usando conventionType e o especificado methodName.

Propriedades

ConventionType

Obtém o tipo de convenção.

Aplica-se a