MvcCoreMvcBuilderExtensions.AddApplicationPart(IMvcBuilder, Assembly) 메서드

정의

ApplicationPart 목록에 ApplicationParts 를 추가합니다 PartManager.

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

매개 변수

assembly
Assembly

AssemblyApplicationPart입니다.

반환

IMvcBuilder

적용 대상