RazorCompiledItemAttribute Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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. |