RenderWithAttribute 類別

定義

將檢視與轉譯器建立關聯。

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

備註

以延遲方式呈現具有轉譯器的檢視。

建構函式

RenderWithAttribute(Type)

要轉譯的檢視。

RenderWithAttribute(Type, Type[])

將檢視與轉譯器建立關聯。

屬性

SupportedVisuals

將檢視與轉譯器建立關聯。

Type

此檢視的轉譯器。

適用於