RenderWithAttribute Clase

Definición

Asocia una vista con un representador.

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class RenderWithAttribute : Attribute
type RenderWithAttribute = class
    inherit Attribute
Herencia
RenderWithAttribute
Atributos

Comentarios

Lazily asocia una vista con su representador.

Constructores

RenderWithAttribute(Type)

Vista que se va a representar.

RenderWithAttribute(Type, Type[])

Asocia una vista con un representador.

Propiedades

SupportedVisuals

Asocia una vista con un representador.

Type

Representador de esta vista.

Se aplica a