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

값을 가져옵니다.

적용 대상