ActionContext クラス

定義

HTTP 要求の一部として選択されたアクションの実行用のコンテキスト オブジェクト。

public ref class ActionContext
public class ActionContext
type ActionContext = class
Public Class ActionContext
継承
ActionContext
派生

コンストラクター

ActionContext()

空の ActionContext を作成します。

ActionContext(ActionContext)

新しい ActionContext を作成します。

ActionContext(HttpContext, RouteData, ActionDescriptor)

新しい ActionContext を作成します。

ActionContext(HttpContext, RouteData, ActionDescriptor, ModelStateDictionary)

新しい ActionContext を作成します。

プロパティ

ActionDescriptor

選択したアクションの を ActionDescriptor 取得または設定します。

HttpContext

現在の要求の を HttpContext 取得または設定します。

ModelState

ModelStateDictionary を取得します。

RouteData

現在の要求の を RouteData 取得または設定します。

適用対象