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

規則の種類を取得します。

適用対象