RazorCompiledItemAttribute(Type, String, String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
與專案相關聯的識別碼。 識別碼會以程式設計方式用來尋找特定種類的特定專案,而且應該在元件內是唯一的。