CompiledRazorAssemblyPart 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
, ApplicationPart 用於編譯的 Razor 元件。
public ref class CompiledRazorAssemblyPart : Microsoft::AspNetCore::Mvc::ApplicationParts::ApplicationPart, Microsoft::AspNetCore::Mvc::ApplicationParts::IRazorCompiledItemProvider
public class CompiledRazorAssemblyPart : Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart, Microsoft.AspNetCore.Mvc.ApplicationParts.IRazorCompiledItemProvider
type CompiledRazorAssemblyPart = class
inherit ApplicationPart
interface IRazorCompiledItemProvider
Public Class CompiledRazorAssemblyPart
Inherits ApplicationPart
Implements IRazorCompiledItemProvider
- 繼承
- 實作
建構函式
CompiledRazorAssemblyPart(Assembly) |
初始化 CompiledRazorAssemblyPart 的新執行個體。 |
屬性
Assembly |
取得 Assembly。 |
Name |
ApplicationPart取得名稱。 |
明確介面實作
IRazorCompiledItemProvider.CompiledItems |
, ApplicationPart 用於編譯的 Razor 元件。 |