UseWebApiParameterConventionsAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
モデル バインド システムがコントローラーのアクションのパラメーターに ASP.NET Web API規則を使用する必要があることを示します。 たとえば、URI から単純型をバインドします。
public ref class UseWebApiParameterConventionsAttribute : Attribute, Microsoft::AspNetCore::Mvc::WebApiCompatShim::IUseWebApiParameterConventions
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public class UseWebApiParameterConventionsAttribute : Attribute, Microsoft.AspNetCore.Mvc.WebApiCompatShim.IUseWebApiParameterConventions
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type UseWebApiParameterConventionsAttribute = class
inherit Attribute
interface IUseWebApiParameterConventions
Public Class UseWebApiParameterConventionsAttribute
Inherits Attribute
Implements IUseWebApiParameterConventions
- 継承
-
UseWebApiParameterConventionsAttribute
- 属性
- 実装
コンストラクター
UseWebApiParameterConventionsAttribute() |
モデル バインド システムがコントローラーのアクションのパラメーターに ASP.NET Web API規則を使用する必要があることを示します。 たとえば、URI から単純型をバインドします。 |