Microsoft.AspNetCore.Mvc.ActionConstraints 네임스페이스

작업 제약 조건에 대한 계약 및 구현을 제공합니다.

클래스

ActionConstraintContext

실행 컨텍스트입니다 IActionConstraint .

ActionConstraintItem

해당 IActionConstraintIActionConstraintMetadata 있거나 없는 을 나타냅니다.

ActionConstraintProviderContext

작업 제약 조건 공급자에 대한 컨텍스트입니다.

ActionMethodSelectorAttribute

지정된 요청에 대한 작업을 사용하거나 사용하지 않도록 설정하는 조건부 논리를 구현할 수 있는 특성에 대한 기본 클래스입니다. IActionConstraint을 참조하세요.

HttpMethodActionConstraint

MVC가 레거시 지원과 함께 사용될 때 HTTP 메서드 필터링을 적용하는 데 사용되는 의 IRouter 구현 IActionConstraint 입니다. 을 HttpMethodActionConstraint 사용하여 작업에서 지원하는 HTTP 메서드 집합을 확인할 수 있습니다.

구조체

ActionSelectorCandidate

작업 선택에 대한 후보 작업입니다.

인터페이스

IActionConstraint

지정된 요청에 대해 연결된 작업을 선택할 수 있는지 여부를 확인하는 조건부 논리를 지원합니다.

IActionConstraintFactory

에 대한 팩터리입니다 IActionConstraint.

IActionConstraintMetadata

형식을 에 대한 메타데이터로 식별하는 표식 인터페이스입니다 IActionConstraint.

IActionConstraintProvider

에 대한 공급자입니다 IActionConstraint.

설명

ASP.NET Core MVC에 대한 소개는 ASP.NET Core Mvc 개요입니다.