RazorCompiledItemMetadataAttribute 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.
Definisce una coppia di metadati chiave/valore per il tipo Razor decorato.
public ref class RazorCompiledItemMetadataAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class RazorCompiledItemMetadataAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type RazorCompiledItemMetadataAttribute = class
inherit Attribute
Public NotInheritable Class RazorCompiledItemMetadataAttribute
Inherits Attribute
- Ereditarietà
-
RazorCompiledItemMetadataAttribute
- Attributi
Costruttori
RazorCompiledItemMetadataAttribute(String, String) |
Crea un nuovo oggetto RazorCompiledItemMetadataAttribute. |
Proprietà
Key |
Ottiene la chiave. |
Value |
Ottiene il valore. |