UseWebApiActionConventionsAttribute 类

定义

指示控制器中没有属性路由的操作使用 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路由约定。

适用于