ApiConventionMethodAttribute 类

定义

要应用于控制器操作的 API 约定。

API 约定用于影响 ApiExplorer 的输出。 ApiConventionMethodAttribute 可用于指定应用于操作的确切约定方法。 ApiConventionTypeAttribute 有关在程序集或控制器级别应用约定的详细信息。

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
继承
ApiConventionMethodAttribute
属性

构造函数

ApiConventionMethodAttribute(Type, String)

ApiConventionMethodAttribute使用 conventionType 和指定的 methodName初始化实例。

属性

ConventionType

获取约定类型。

适用于