다음을 통해 공유


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 사용됨을 나타냅니다.

적용 대상