Bagikan melalui


WebHostBuilderKestrelExtensions.UseKestrelCore(IWebHostBuilder) Metode

Definisi

Tentukan Kestrel sebagai server yang akan digunakan oleh host web. Termasuk fungsionalitas otomatis yang lebih sedikit daripada UseKestrel(IWebHostBuilder) membuat pemangkasan lebih efektif (misalnya untuk skenario AOT Asli ). Jika host berakhir tergantung pada beberapa fungsionalitas yang tidak ada, upaya terbaik akan dilakukan untuk mengaktifkannya sesuai permintaan. Gagal itu, pengecualian dengan pesan kesalahan informatif akan dimunculkan ketika host dimulai.

public static Microsoft.AspNetCore.Hosting.IWebHostBuilder UseKestrelCore (this Microsoft.AspNetCore.Hosting.IWebHostBuilder hostBuilder);
static member UseKestrelCore : Microsoft.AspNetCore.Hosting.IWebHostBuilder -> Microsoft.AspNetCore.Hosting.IWebHostBuilder
<Extension()>
Public Function UseKestrelCore (hostBuilder As IWebHostBuilder) As IWebHostBuilder

Parameter

hostBuilder
IWebHostBuilder

Microsoft.AspNetCore.Hosting.IWebHostBuilder untuk dikonfigurasi.

Mengembalikan

The Microsoft.AspNetCore.Hosting.IWebHostBuilder.

Berlaku untuk