Condividi tramite


RazorCompiledItemMetadataAttribute Classe

Definizione

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.

Si applica a