MvcCoreMvcCoreBuilderExtensions.ConfigureApplicationPartManager Метод

Определение

Настраивает объект ApplicationPartManager объекта с PartManager помощью заданного Action<T>.

public static Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder ConfigureApplicationPartManager (this Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder builder, Action<Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartManager> setupAction);
static member ConfigureApplicationPartManager : Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder * Action<Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartManager> -> Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder
<Extension()>
Public Function ConfigureApplicationPartManager (builder As IMvcCoreBuilder, setupAction As Action(Of ApplicationPartManager)) As IMvcCoreBuilder

Параметры

setupAction
Action<ApplicationPartManager>

Конструктор Action<T>

Возвращаемое значение

IMvcCoreBuilder.

Применяется к