共用方式為


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

與專案相關聯的識別碼。 識別碼會以程式設計方式用來尋找特定種類的特定專案,而且應該在元件內是唯一的。

適用於