다음을 통해 공유


RazorCompiledItemAttribute(Type, String, String) 생성자

정의

RazorCompiledItemAttribute를 만듭니다.

public:
 RazorCompiledItemAttribute(Type ^ type, System::String ^ kind, System::String ^ identifier);
public RazorCompiledItemAttribute (Type type, string kind, string identifier);
new Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute : Type * string * string -> Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute
Public Sub New (type As Type, kind As String, identifier As String)

매개 변수

type
Type

Type 컴파일된 항목의 입니다.

kind
String

컴파일된 항목의 종류입니다. 종류는 항목과 동작을 연결하기 위해 프로그래밍 방식으로 사용됩니다.

identifier
String

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

적용 대상