Compartir a través de


RazorCompiledItemAttribute Clase

Definición

Especifica que un ensamblado contiene un recurso de Razor compilado.

public ref class RazorCompiledItemAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true, Inherited=false)]
public sealed class RazorCompiledItemAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)]
public sealed class RazorCompiledItemAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true, Inherited=false)>]
type RazorCompiledItemAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)>]
type RazorCompiledItemAttribute = class
    inherit Attribute
Public NotInheritable Class RazorCompiledItemAttribute
Inherits Attribute
Herencia
RazorCompiledItemAttribute
Atributos

Constructores

RazorCompiledItemAttribute(Type, String, String)

Crea un nuevo RazorCompiledItemAttribute.

Propiedades

Identifier

Obtiene el identificador asociado al elemento compilado. El identificador se usa mediante programación para buscar un elemento específico de un tipo específico y debe ser único dentro del ensamblado.

Kind

Obtiene el tipo de elemento compilado. El tipo se usa mediante programación para asociar comportamientos y semánticas con el elemento.

Type

Obtiene el Type del elemento compilado. El tipo debe estar incluido en el ensamblado asociado a esta instancia de RazorCompiledItemAttribute.

Se aplica a