Compartilhar via


RazorCompiledItemAttribute Classe

Definição

Especifica que um assembly contém um ativo 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
Herança
RazorCompiledItemAttribute
Atributos

Construtores

RazorCompiledItemAttribute(Type, String, String)

Cria um novo RazorCompiledItemAttribute.

Propriedades

Identifier

Obtém o identificador associado ao item compilado. O identificador é usado programaticamente para localizar um item específico de um tipo específico e deve ser exclusivo dentro do assembly.

Kind

Obtém o tipo de item compilado. O tipo é usado programaticamente para associar comportamentos e semântica ao item.

Type

Obtém o Type do item compilado. O tipo deve estar contido no assembly associado a essa instância do RazorCompiledItemAttribute.

Aplica-se a