HttpMethodActionConstraint 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
MVC가 레거시 IRouter 지원과 함께 사용될 때 HTTP 메서드 필터링을 적용하는 데 사용되는 의 IActionConstraint 구현입니다. 을 HttpMethodActionConstraint 사용하여 작업에서 지원하는 HTTP 메서드 집합을 확인할 수 있습니다.
public ref class HttpMethodActionConstraint : Microsoft::AspNetCore::Mvc::ActionConstraints::IActionConstraint
public class HttpMethodActionConstraint : Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraint
type HttpMethodActionConstraint = class
interface IActionConstraint
interface IActionConstraintMetadata
Public Class HttpMethodActionConstraint
Implements IActionConstraint
- 상속
-
HttpMethodActionConstraint
- 구현
생성자
HttpMethodActionConstraint(IEnumerable<String>) |
HttpMethodActionConstraint의 새 인스턴스를 만듭니다. |
필드
HttpMethodConstraintOrder |
에서 OrderHttpMethodActionConstraint사용하는 값입니다. |
속성
HttpMethods |
허용되는 HTTP 메서드 목록을 가져옵니다. 모든 HTTP 메서드가 허용되는 경우 빈 목록을 반환합니다. |
Order |
제약 조건 순서입니다. |
메서드
Accept(ActionConstraintContext) |
작업이 선택하기 위한 유효한 후보인지 여부를 결정합니다. |