ApiConventionMethodAttribute Klasse

Definition

API-Konventionen, die auf eine Controlleraktion angewendet werden sollen.

API-Konventionen werden verwendet, um die Ausgabe von ApiExplorer zu beeinflussen. ApiConventionMethodAttribute kann verwendet werden, um eine genaue Konventionsmethode anzugeben, die für eine Aktion gilt. ApiConventionTypeAttribute weitere Informationen zum Anwenden von Konventionen auf Assembly- oder Controllerebene.

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
Vererbung
ApiConventionMethodAttribute
Attribute

Konstruktoren

ApiConventionMethodAttribute(Type, String)

Initialisiert eine ApiConventionMethodAttribute instance mit conventionType und dem angegebenen methodName.

Eigenschaften

ConventionType

Ruft den Konventionstyp ab.

Gilt für: