UseWebApiActionConventionsAttribute クラス

定義

コントローラー内の属性ルートのないアクションがルーティング規則 ASP.NET Web API使用されたことを示します。

public ref class UseWebApiActionConventionsAttribute : Attribute, Microsoft::AspNetCore::Mvc::WebApiCompatShim::IUseWebApiActionConventions
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public class UseWebApiActionConventionsAttribute : Attribute, Microsoft.AspNetCore.Mvc.WebApiCompatShim.IUseWebApiActionConventions
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type UseWebApiActionConventionsAttribute = class
    inherit Attribute
    interface IUseWebApiActionConventions
Public Class UseWebApiActionConventionsAttribute
Inherits Attribute
Implements IUseWebApiActionConventions
継承
UseWebApiActionConventionsAttribute
属性
実装

コンストラクター

UseWebApiActionConventionsAttribute()

コントローラー内の属性ルートのないアクションがルーティング規則 ASP.NET Web API使用されたことを示します。

適用対象