共用方式為


CompiledRazorAssemblyPart 類別

定義

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
實作

建構函式

CompiledRazorAssemblyPart(Assembly)

初始化 CompiledRazorAssemblyPart 的新執行個體。

屬性

Assembly

取得 Assembly

Name

ApplicationPart取得名稱。

明確介面實作

IRazorCompiledItemProvider.CompiledItems

ApplicationPart 用於編譯的 Razor 元件。

適用於