ConsolidatedAssemblyApplicationPartFactory 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.
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
Constructors
ConsolidatedAssemblyApplicationPartFactory() |
Methods
GetApplicationParts(Assembly) |
Gets one or more ApplicationPart instances for the specified |