Condividi tramite


ViewComponentContextAttribute Classe

Definizione

Specifica che una proprietà del controller deve essere impostata con l'oggetto corrente ViewComponentContext durante la creazione del componente di visualizzazione. La proprietà deve avere un metodo set pubblico.

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
Ereditarietà
ViewComponentContextAttribute
Attributi

Costruttori

ViewComponentContextAttribute()

Specifica che una proprietà del controller deve essere impostata con l'oggetto corrente ViewComponentContext durante la creazione del componente di visualizzazione. La proprietà deve avere un metodo set pubblico.

Si applica a