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 程序集的 。

适用于