1 implementation of PartManager
Microsoft.AspNetCore.Mvc.Core (1)
DependencyInjection\MvcBuilder.cs (1)
31
public ApplicationPartManager
PartManager
{ get; }
9 references to PartManager
Microsoft.AspNetCore.Mvc.Core (5)
Controllers\ControllerFeature.cs (1)
12
/// using the <see cref="ApplicationPartManager"/> that is available during startup at <see cref="IMvcBuilder.
PartManager
"/>
DependencyInjection\MvcCoreMvcBuilderExtensions.cs (4)
74
/// <see cref="IMvcBuilder.
PartManager
"/>.
97
/// Configures the <see cref="ApplicationPartManager"/> of the <see cref="IMvcBuilder.
PartManager
"/> using
110
setupAction(builder.
PartManager
);
125
builder.
PartManager
.PopulateFeature(feature);
Microsoft.AspNetCore.Mvc.Razor (2)
DependencyInjection\MvcRazorMvcBuilderExtensions.cs (1)
42
TagHelpersAsServices.AddTagHelpersAsServices(builder.
PartManager
, builder.Services);
TagHelpers\TagHelperFeature.cs (1)
12
/// using the <see cref="ApplicationPartManager"/> that is available during startup at <see cref="IMvcBuilder.
PartManager
"/>
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
DependencyInjection\MvcViewFeaturesMvcBuilderExtensions.cs (1)
46
builder.
PartManager
.PopulateFeature(feature);
ViewComponents\ViewComponentFeature.cs (1)
12
/// using the <see cref="ApplicationPartManager"/> that is available during startup at <see cref="IMvcBuilder.
PartManager
"/>