HostingAbstractionsWebHostBuilderExtensions.UseWebRoot Yöntem

Tanım

Web konağı tarafından kullanılacak webroot dizinini belirtin.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Hosting::IWebHostBuilder ^ UseWebRoot(Microsoft::AspNetCore::Hosting::IWebHostBuilder ^ hostBuilder, System::String ^ webRoot);
public static Microsoft.AspNetCore.Hosting.IWebHostBuilder UseWebRoot (this Microsoft.AspNetCore.Hosting.IWebHostBuilder hostBuilder, string webRoot);
static member UseWebRoot : Microsoft.AspNetCore.Hosting.IWebHostBuilder * string -> Microsoft.AspNetCore.Hosting.IWebHostBuilder
<Extension()>
Public Function UseWebRoot (hostBuilder As IWebHostBuilder, webRoot As String) As IWebHostBuilder

Parametreler

hostBuilder
IWebHostBuilder

IWebHostBuilder yapılandırılır.

webRoot
String

Web sunucusu tarafından kullanılan kök dizinin yolu.

Döndürülenler

IWebHostBuilder.

Şunlara uygulanır