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