次の方法で共有


ViewComponentContextAttribute クラス

定義

ビュー コンポーネントの作成時に、コントローラー プロパティを現在 ViewComponentContext の に設定する必要があることを指定します。 プロパティにはパブリック セット メソッドが必要です。

public ref class ViewComponentContextAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class ViewComponentContextAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type ViewComponentContextAttribute = class
    inherit Attribute
Public Class ViewComponentContextAttribute
Inherits Attribute
継承
ViewComponentContextAttribute
属性

コンストラクター

ViewComponentContextAttribute()

ビュー コンポーネントの作成時に、コントローラー プロパティを現在 ViewComponentContext の に設定する必要があることを指定します。 プロパティにはパブリック セット メソッドが必要です。

適用対象