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