ConsolidatedAssemblyApplicationPartFactory Class

Definition

Configures an ApplicationPart that contains controllers, as well as Razor views and Pages.

Combines the results of GetApplicationParts(Assembly) and GetApplicationParts(Assembly). This part factory may be used if Razor views or Razor Pages are compiled in to with other types including controllers.

public sealed class ConsolidatedAssemblyApplicationPartFactory : Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartFactory
type ConsolidatedAssemblyApplicationPartFactory = class
    inherit ApplicationPartFactory
Public NotInheritable Class ConsolidatedAssemblyApplicationPartFactory
Inherits ApplicationPartFactory
Inheritance
ConsolidatedAssemblyApplicationPartFactory

Constructors

ConsolidatedAssemblyApplicationPartFactory()

Methods

GetApplicationParts(Assembly)

Gets one or more ApplicationPart instances for the specified assembly.

Applies to