ControllerContext クラス

定義

コントローラーの現在の要求に関連付けられているコンテキスト。

public ref class ControllerContext : Microsoft::AspNetCore::Mvc::ActionContext
public class ControllerContext : Microsoft.AspNetCore.Mvc.ActionContext
type ControllerContext = class
    inherit ActionContext
Public Class ControllerContext
Inherits ActionContext
継承
ControllerContext

コンストラクター

ControllerContext()

新しい ControllerContext を作成します。

ControllerContext(ActionContext)

新しい ControllerContext を作成します。

プロパティ

ActionDescriptor

現在の要求に関連付けられている を ControllerActionDescriptor 取得または設定します。

HttpContext

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

(継承元 ActionContext)
ModelState

ModelStateDictionary を取得します。

(継承元 ActionContext)
RouteData

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

(継承元 ActionContext)
ValueProviderFactories

現在の要求のインスタンスの IValueProviderFactory 一覧を取得または設定します。

適用対象