RenderWithAttribute 类

定义

将视图与呈现器相关联。

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class RenderWithAttribute : Attribute
type RenderWithAttribute = class
    inherit Attribute
继承
RenderWithAttribute
属性

注解

使用视图的呈现器松散地使视图变得松散。

构造函数

RenderWithAttribute(Type)

要呈现的视图。

RenderWithAttribute(Type, Type[])

将视图与呈现器相关联。

属性

SupportedVisuals

将视图与呈现器相关联。

Type

此视图的呈现器。

适用于