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 绑定简单类型。

适用于