DefaultAssemblyPartDiscoveryProvider Class¶
- Namespace
Microsoft.AspNetCore.Mvc.Internal
- Assemblies
- Microsoft.AspNetCore.Mvc.Core
Syntax¶
public class DefaultAssemblyPartDiscoveryProvider
-
class
Microsoft.AspNetCore.Mvc.Internal.
DefaultAssemblyPartDiscoveryProvider
Methods¶
-
DiscoverAssemblyParts
(System.String)¶ Return type: System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart> public static IEnumerable<ApplicationPart> DiscoverAssemblyParts(string entryPointAssemblyName)
-