NullApplicationPartFactory 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 ApplicationPartFactory that produces no parts.
This factory may be used to to preempt Mvc's default part discovery allowing for custom configuration at a later stage.
public ref class NullApplicationPartFactory : Microsoft::AspNetCore::Mvc::ApplicationParts::ApplicationPartFactory
public class NullApplicationPartFactory : Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartFactory
type NullApplicationPartFactory = class
inherit ApplicationPartFactory
Public Class NullApplicationPartFactory
Inherits ApplicationPartFactory
- Inheritance
Constructors
NullApplicationPartFactory() |
Methods
GetApplicationParts(Assembly) |
Gets one or more ApplicationPart instances for the specified |