ActionContextAttribute Clase

Definición

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

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

Constructores

ActionContextAttribute()

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

Se aplica a