Sdílet prostřednictvím


MvcCoreMvcCoreBuilderExtensions.AddApplicationPart Metoda

Definice

Přidá do ApplicationPart seznamu v objektu ApplicationPartsPartManager.

public static Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder AddApplicationPart (this Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder builder, System.Reflection.Assembly assembly);
static member AddApplicationPart : Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder * System.Reflection.Assembly -> Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder
<Extension()>
Public Function AddApplicationPart (builder As IMvcCoreBuilder, assembly As Assembly) As IMvcCoreBuilder

Parametry

assembly
Assembly

The Assembly of the ApplicationPart.

Návraty

Hodnota IMvcCoreBuilder

Platí pro