HostingAbstractionsWebHostBuilderExtensions.PreferHostingUrls Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indiquez si l’hôte doit écouter sur les URL configurées sur le IWebHostBuilder au lieu de celles configurées sur le IServer.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Hosting::IWebHostBuilder ^ PreferHostingUrls(Microsoft::AspNetCore::Hosting::IWebHostBuilder ^ hostBuilder, bool preferHostingUrls);
public static Microsoft.AspNetCore.Hosting.IWebHostBuilder PreferHostingUrls (this Microsoft.AspNetCore.Hosting.IWebHostBuilder hostBuilder, bool preferHostingUrls);
static member PreferHostingUrls : Microsoft.AspNetCore.Hosting.IWebHostBuilder * bool -> Microsoft.AspNetCore.Hosting.IWebHostBuilder
<Extension()>
Public Function PreferHostingUrls (hostBuilder As IWebHostBuilder, preferHostingUrls As Boolean) As IWebHostBuilder
Paramètres
- hostBuilder
- IWebHostBuilder
IWebHostBuilder à configurer.
- preferHostingUrls
- Boolean
true
pour préférer les URL configurées sur ; IWebHostBuildersinon false
.
Retours
L’IWebHostBuilderopérateur