CompiledRazorAssemblyApplicationPartFactory 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 assembly as a CompiledRazorAssemblyPart.
public ref class CompiledRazorAssemblyApplicationPartFactory : Microsoft::AspNetCore::Mvc::ApplicationParts::ApplicationPartFactory
public class CompiledRazorAssemblyApplicationPartFactory : Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartFactory
type CompiledRazorAssemblyApplicationPartFactory = class
inherit ApplicationPartFactory
Public Class CompiledRazorAssemblyApplicationPartFactory
Inherits ApplicationPartFactory
- Inheritance
Constructors
CompiledRazorAssemblyApplicationPartFactory() |
Methods
GetApplicationParts(Assembly) |
Gets one or more ApplicationPart instances for the specified |
GetDefaultApplicationParts(Assembly) |
Gets the sequence of ApplicationPart instances that are created by this instance of DefaultApplicationPartFactory. Applications may use this method to get the same behavior as this factory produces during MVC's default part discovery. |