다음을 통해 공유


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에서 단순 형식을 바인딩합니다.

적용 대상