ControllerContext クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コントローラーの現在の要求に関連付けられているコンテキスト。
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(ActionContext) |
新しい ControllerContext を作成します。 |
プロパティ
ActionDescriptor |
現在の要求に関連付けられている を ControllerActionDescriptor 取得または設定します。 |
HttpContext |
現在の要求の を HttpContext 取得または設定します。 (継承元 ActionContext) |
ModelState |
ModelStateDictionary を取得します。 (継承元 ActionContext) |
RouteData |
現在の要求の を RouteData 取得または設定します。 (継承元 ActionContext) |
ValueProviderFactories |
現在の要求のインスタンスの IValueProviderFactory 一覧を取得または設定します。 |