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