UseWebApiParameterConventionsAttribute クラス

定義

モデル バインド システムがコントローラーのアクションのパラメーターに 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 から単純型をバインドします。

適用対象