RenderWithAttribute クラス

定義

ビューをレンダラーに関連付けます。

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

注釈

レンダラーを使用してビューを遅延で関連付ける。

コンストラクター

RenderWithAttribute(Type)

レンダリングするビュー。

RenderWithAttribute(Type, Type[])

ビューをレンダラーに関連付けます。

プロパティ

SupportedVisuals

ビューをレンダラーに関連付けます。

Type

このビューのレンダラー。

適用対象