ViewComponentAttribute 类

定义

指示 类和所有子类都是视图组件。 (可选)指定视图组件的名称。 如果为多个视图组件定义基类,请将此属性与该基组件相关联。

public ref class ViewComponentAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public class ViewComponentAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type ViewComponentAttribute = class
    inherit Attribute
Public Class ViewComponentAttribute
Inherits Attribute
继承
ViewComponentAttribute
属性

构造函数

ViewComponentAttribute()

指示 类和所有子类都是视图组件。 (可选)指定视图组件的名称。 如果为多个视图组件定义基类,请将此属性与该基组件相关联。

属性

Name

获取或设置视图组件的名称。 不要在与视图组件基类关联的属性中提供名称。

适用于