Condividi tramite


RazorCompiledItemAttribute Classe

Definizione

Specifica che un assembly contiene un asset Razor compilato.

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
Ereditarietà
RazorCompiledItemAttribute
Attributi

Costruttori

RazorCompiledItemAttribute(Type, String, String)

Crea un nuovo oggetto RazorCompiledItemAttribute.

Proprietà

Identifier

Ottiene l'identificatore associato all'elemento compilato. L'identificatore viene usato a livello di codice per individuare un elemento specifico di un tipo specifico e deve essere univoco all'interno dell'assembly.

Kind

Ottiene il tipo di elemento compilato. Il tipo viene usato a livello di codice per associare comportamenti e semantiche all'elemento.

Type

Ottiene l'oggetto Type dell'elemento compilato. Il tipo deve essere contenuto nell'assembly associato a questa istanza di RazorCompiledItemAttribute.

Si applica a