RazorCompiledItemMetadataAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義裝飾 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) |
屬性
Key |
取得索引鍵。 |
Value |
取得值。 |