RazorCompiledItemMetadataAttribute Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Define un par de metadatos clave-valor para el tipo de Razor decorado.
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
- Herencia
-
RazorCompiledItemMetadataAttribute
- Atributos
Constructores
RazorCompiledItemMetadataAttribute(String, String) |
Crea un nuevo RazorCompiledItemMetadataAttribute. |
Propiedades
Key |
Obtiene la clave. |
Value |
Obtiene el valor. |