Поделиться через


ViewComponentContextAttribute Класс

Определение

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

public ref class ViewComponentContextAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class ViewComponentContextAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type ViewComponentContextAttribute = class
    inherit Attribute
Public Class ViewComponentContextAttribute
Inherits Attribute
Наследование
ViewComponentContextAttribute
Атрибуты

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

ViewComponentContextAttribute()

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

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