Partilhar via


RazorCompiledItemMetadataAttribute Classe

Definição

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.

Aplica-se a