ActionContextAttribute Класс

Определение

Указывает, что свойство контроллера должно быть задано с текущим ActionContext значением при создании контроллера. Свойство должно иметь открытый метод set.

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
Наследование
ActionContextAttribute
Атрибуты

Конструкторы

ActionContextAttribute()

Указывает, что свойство контроллера должно быть задано с текущим ActionContext значением при создании контроллера. Свойство должно иметь открытый метод set.

Применяется к