Aracılığıyla paylaş


HostingAbstractionsWebHostBuilderExtensions.SuppressStatusMessages Yöntem

Tanım

Başlangıç durumu iletilerinin gizlenip gizlenmemesi gerektiğini belirtin.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Hosting::IWebHostBuilder ^ SuppressStatusMessages(Microsoft::AspNetCore::Hosting::IWebHostBuilder ^ hostBuilder, bool suppressStatusMessages);
public static Microsoft.AspNetCore.Hosting.IWebHostBuilder SuppressStatusMessages (this Microsoft.AspNetCore.Hosting.IWebHostBuilder hostBuilder, bool suppressStatusMessages);
static member SuppressStatusMessages : Microsoft.AspNetCore.Hosting.IWebHostBuilder * bool -> Microsoft.AspNetCore.Hosting.IWebHostBuilder
<Extension()>
Public Function SuppressStatusMessages (hostBuilder As IWebHostBuilder, suppressStatusMessages As Boolean) As IWebHostBuilder

Parametreler

hostBuilder
IWebHostBuilder

IWebHostBuilder yapılandırılır.

suppressStatusMessages
Boolean

true barındırma başlatma durumu iletilerinin yazılmalarını engellemek için; aksi takdirde false.

Döndürülenler

IWebHostBuilder.

Şunlara uygulanır