Microsoft.AspNetCore.Mvc.ActionConstraints 名前空間

アクション制約のコントラクトと実装を提供します。

クラス

ActionConstraintContext

実行の IActionConstraint コンテキスト。

ActionConstraintItem

対応する の IActionConstraintMetadata 有無にかかわらず を表します IActionConstraint

ActionConstraintProviderContext

アクション制約プロバイダーのコンテキスト。

ActionMethodSelectorAttribute

特定の要求のアクションを有効または無効にする条件付きロジックを実装できる属性の基本クラス。 以下を参照してください。IActionConstraint

HttpMethodActionConstraint

MVC がレガシ IRouter サポートで使用される場合に HTTP メソッドのフィルター処理を適用するために使用される の実装IActionConstraint。 を HttpMethodActionConstraint 使用して、アクションでサポートされる HTTP メソッドのセットを決定できます。

構造体

ActionSelectorCandidate

アクション選択の候補アクション。

インターフェイス

IActionConstraint

指定された要求に対して関連付けられたアクションが有効かどうかを判断するための条件付きロジックをサポートします。

IActionConstraintFactory

IActionConstraintファクトリ。

IActionConstraintMetadata

型を のメタデータ IActionConstraintとして識別するマーカー インターフェイス。

IActionConstraintProvider

IActionConstraintプロバイダー。

注釈

ASP.NET Core MVC の概要については、「ASP.NET Core Mvc の概要」を参照してください