RazorCompiledItemAttribute(Type, String, String) 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
새 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)
매개 변수
- kind
- String
컴파일된 항목의 종류입니다. 종류는 항목과 동작을 연결하기 위해 프로그래밍 방식으로 사용됩니다.
- identifier
- String
항목과 연결된 식별자입니다. 식별자는 프로그래밍 방식으로 특정 종류의 특정 항목을 찾는 데 사용되며 어셈블리 내에서 고유해야 합니다.