ViewComponentContextAttribute 类

定义

指定在创建视图组件时应使用 current ViewComponentContext 设置控制器属性。 属性必须具有公共集方法。

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()

指定在创建视图组件时应使用 current ViewComponentContext 设置控制器属性。 属性必须具有公共集方法。

适用于