Compartir a través de


ViewDataDictionaryAttribute Clase

Definición

Especifica que se debe establecer una propiedad de controlador con el actual ViewDataDictionary al crear el controlador. La propiedad debe tener un método de conjunto público.

public ref class ViewDataDictionaryAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class ViewDataDictionaryAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type ViewDataDictionaryAttribute = class
    inherit Attribute
Public Class ViewDataDictionaryAttribute
Inherits Attribute
Herencia
ViewDataDictionaryAttribute
Atributos

Constructores

ViewDataDictionaryAttribute()

Especifica que se debe establecer una propiedad de controlador con el actual ViewDataDictionary al crear el controlador. La propiedad debe tener un método de conjunto público.

Se aplica a