Sdílet prostřednictvím


RazorCompiledItemMetadataAttribute Třída

Definice

Definuje dvojici metadat klíč/hodnota pro dekorovaný typ Razor.

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
Dědičnost
RazorCompiledItemMetadataAttribute
Atributy

Konstruktory

RazorCompiledItemMetadataAttribute(String, String)

Vytvoří nový objekt RazorCompiledItemMetadataAttribute.

Vlastnosti

Key

Získá klíč.

Value

Získá hodnotu.

Platí pro