다음을 통해 공유


RazorCompiledItemAttribute 클래스

정의

어셈블리에 컴파일된 Razor 자산이 포함되도록 지정합니다.

public ref class RazorCompiledItemAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true, Inherited=false)]
public sealed class RazorCompiledItemAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)]
public sealed class RazorCompiledItemAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true, Inherited=false)>]
type RazorCompiledItemAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)>]
type RazorCompiledItemAttribute = class
    inherit Attribute
Public NotInheritable Class RazorCompiledItemAttribute
Inherits Attribute
상속
RazorCompiledItemAttribute
특성

생성자

RazorCompiledItemAttribute(Type, String, String)

RazorCompiledItemAttribute를 만듭니다.

속성

Identifier

컴파일된 항목과 연결된 식별자를 가져옵니다. 식별자는 프로그래밍 방식으로 특정 종류의 특정 항목을 찾는 데 사용되며 어셈블리 내에서 고유해야 합니다.

Kind

컴파일된 항목의 종류를 가져옵니다. 이 종류는 프로그래밍 방식으로 동작 및 의미 체계를 항목과 연결하는 데 사용됩니다.

Type

Type 컴파일된 항목의 를 가져옵니다. 형식은 의 이 instance RazorCompiledItemAttribute연결된 어셈블리에 포함되어야 합니다.

적용 대상