CompiledRazorAssemblyPart Class

Definition

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
CompiledRazorAssemblyPart
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

Applies to