RazorCompiledItemAttribute Classe

Définition

Spécifie qu’un assembly contient une ressource Razor compilée.

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
Héritage
RazorCompiledItemAttribute
Attributs

Constructeurs

RazorCompiledItemAttribute(Type, String, String)

Crée un RazorCompiledItemAttribute.

Propriétés

Identifier

Obtient l’identificateur associé à l’élément compilé. L’identificateur est utilisé par programmation pour localiser un élément spécifique d’un type spécifique et doit être unique au sein de l’assembly.

Kind

Obtient le type d’élément compilé. Le type est utilisé par programmation pour associer des comportements et des sémantiques à l’élément.

Type

Obtient le Type de l’élément compilé. Le type doit être contenu dans l’assembly associé à cette instance de RazorCompiledItemAttribute.

S’applique à