ControllerContextAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コントローラーの作成時に、コントローラー プロパティを現在 ControllerContext の プロパティに設定する必要があることを指定します。 プロパティにはパブリック セット メソッドが必要です。
public ref class ControllerContextAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class ControllerContextAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type ControllerContextAttribute = class
inherit Attribute
Public Class ControllerContextAttribute
Inherits Attribute
- 継承
-
ControllerContextAttribute
- 属性
コンストラクター
ControllerContextAttribute() |
コントローラーの作成時に、コントローラー プロパティを現在 ControllerContext の プロパティに設定する必要があることを指定します。 プロパティにはパブリック セット メソッドが必要です。 |