C# 클래스 Microsoft.AspNetCore.Hosting.WebHostBuilderIISExtensions

파일 보기 프로젝트 열기: aspnet/IISIntegration

공개 메소드들

메소드 설명
UseIISIntegration ( this app ) : IWebHostBuilder

Configures the port and base path the server should listen on when running behind AspNetCoreModule. The app will also be configured to capture startup errors.

메소드 상세

UseIISIntegration() 공개 정적인 메소드

Configures the port and base path the server should listen on when running behind AspNetCoreModule. The app will also be configured to capture startup errors.
public static UseIISIntegration ( this app ) : IWebHostBuilder
app this
리턴 IWebHostBuilder