ViewContextAttribute クラス

定義

タグ ヘルパーの作成時に、現在の を使用して 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 タグ ヘルパー プロパティを設定する必要があることを指定します。 プロパティにはパブリック セット メソッドが必要です。

適用対象