ApiConventionMethodAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
要应用于控制器操作的 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 |
获取约定类型。 |