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