共用方式為


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

取得值。

適用於