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