ViewDataAttribute Classe

Definizione

Le proprietà decorate con ViewDataAttribute avranno i relativi valori archiviati in e caricati da ViewDataDictionary. ViewDataDictionary è supportato nelle proprietà dei controller e nei gestori di pagine Razor.

public ref class ViewDataAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class ViewDataAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type ViewDataAttribute = class
    inherit Attribute
Public NotInheritable Class ViewDataAttribute
Inherits Attribute
Ereditarietà
ViewDataAttribute
Attributi

Costruttori

ViewDataAttribute()

Le proprietà decorate con ViewDataAttribute avranno i relativi valori archiviati in e caricati da ViewDataDictionary. ViewDataDictionary è supportato nelle proprietà dei controller e nei gestori di pagine Razor.

Proprietà

Key

Ottiene o imposta la chiave usata per ottenere o aggiungere la proprietà dal valore di ViewDataDictionary. Quando non specificato, la chiave è il nome della proprietà.

Si applica a