次の方法で共有


RazorCompiledItemMetadataAttribute クラス

定義

装飾された 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
継承
RazorCompiledItemMetadataAttribute
属性

コンストラクター

RazorCompiledItemMetadataAttribute(String, String)

新しい RazorCompiledItemMetadataAttribute を作成します。

プロパティ

Key

キーを取得します。

Value

値を取得します。

適用対象