RazorCompiledItemMetadataAttribute Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Define um par de metadados chave/valor para o tipo 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
- Herança
-
RazorCompiledItemMetadataAttribute
- Atributos
Construtores
RazorCompiledItemMetadataAttribute(String, String) |
Cria um novo RazorCompiledItemMetadataAttribute. |
Propriedades
Key |
Obtém a chave. |
Value |
Obtém o valor. |