CompiledRazorAssemblyPart Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An ApplicationPart for compiled Razor assemblies.
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
- Inheritance
- Implements
Constructors
CompiledRazorAssemblyPart(Assembly) |
Initializes a new instance of CompiledRazorAssemblyPart. |
Properties
Assembly |
Gets the Assembly. |
Name |
Gets the ApplicationPart name. |
Explicit Interface Implementations
IRazorCompiledItemProvider.CompiledItems |