UseWebApiActionConventionsAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コントローラー内の属性ルートのないアクションがルーティング規則 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使用されたことを示します。 |