Condividi tramite


ViewContextAttribute Classe

Definizione

Specifica che una proprietà helper tag deve essere impostata con l'oggetto corrente ViewContext durante la creazione dell'helper tag. La proprietà deve avere un metodo set pubblico.

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

Costruttori

ViewContextAttribute()

Specifica che una proprietà helper tag deve essere impostata con l'oggetto corrente ViewContext durante la creazione dell'helper tag. La proprietà deve avere un metodo set pubblico.

Si applica a