Partager via


ViewComponentContextAttribute Classe

Définition

Spécifie qu’une propriété de contrôleur doit être définie avec le actuel ViewComponentContext lors de la création du composant d’affichage. La propriété doit avoir une méthode d’ensemble public.

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
Héritage
ViewComponentContextAttribute
Attributs

Constructeurs

ViewComponentContextAttribute()

Spécifie qu’une propriété de contrôleur doit être définie avec le actuel ViewComponentContext lors de la création du composant d’affichage. La propriété doit avoir une méthode d’ensemble public.

S’applique à