Implemented interface member:
property
Types
Microsoft.AspNetCore.Mvc.ApplicationParts.IApplicationPartTypeProvider.Types
1 write to Types
ControllersFromServicesWebSite (1)
Startup.cs (1)
45
Types
= types.Select(t => t.GetTypeInfo());
1 reference to Types
ControllersFromServicesWebSite (1)
Startup.cs (1)
48
public override string Name => string.Join(", ",
Types
.Select(t => t.FullName));