ActionConstraintContext クラス

定義

実行の IActionConstraint コンテキスト。

public ref class ActionConstraintContext
public class ActionConstraintContext
type ActionConstraintContext = class
Public Class ActionConstraintContext
継承
ActionConstraintContext

コンストラクター

ActionConstraintContext()

実行の IActionConstraint コンテキスト。

プロパティ

Candidates

ActionSelectorCandidate の一覧。 これには、現在の要求に対して有効なすべてのアクションとその制約が含まれます。

CurrentCandidate

現在の ActionSelectorCandidate です。

RouteContext

RouteContext

適用対象