WebHostBuilderExtensions.UseSolutionRelativeContentRoot Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
UseSolutionRelativeContentRoot(IWebHostBuilder, String, String) |
Nastaví kořen obsahu relativní k |
UseSolutionRelativeContentRoot(IWebHostBuilder, String, String, String) |
Nastaví kořen obsahu relativní k |
UseSolutionRelativeContentRoot(IWebHostBuilder, String, String)
Nastaví kořen obsahu relativní k solutionRelativePath
.
public static Microsoft.AspNetCore.Hosting.IWebHostBuilder UseSolutionRelativeContentRoot (this Microsoft.AspNetCore.Hosting.IWebHostBuilder builder, string solutionRelativePath, string solutionName = "*.sln");
static member UseSolutionRelativeContentRoot : Microsoft.AspNetCore.Hosting.IWebHostBuilder * string * string -> Microsoft.AspNetCore.Hosting.IWebHostBuilder
<Extension()>
Public Function UseSolutionRelativeContentRoot (builder As IWebHostBuilder, solutionRelativePath As String, Optional solutionName As String = "*.sln") As IWebHostBuilder
Parametry
- builder
- IWebHostBuilder
Hodnota IWebHostBuilder
- solutionRelativePath
- String
Adresář souboru řešení.
- solutionName
- String
Název souboru řešení, ke které má být kořen obsahu relativní.
Návraty
Hodnota IWebHostBuilder
Platí pro
UseSolutionRelativeContentRoot(IWebHostBuilder, String, String, String)
Nastaví kořen obsahu relativní k solutionRelativePath
.
public static Microsoft.AspNetCore.Hosting.IWebHostBuilder UseSolutionRelativeContentRoot (this Microsoft.AspNetCore.Hosting.IWebHostBuilder builder, string solutionRelativePath, string applicationBasePath, string solutionName = "*.sln");
static member UseSolutionRelativeContentRoot : Microsoft.AspNetCore.Hosting.IWebHostBuilder * string * string * string -> Microsoft.AspNetCore.Hosting.IWebHostBuilder
<Extension()>
Public Function UseSolutionRelativeContentRoot (builder As IWebHostBuilder, solutionRelativePath As String, applicationBasePath As String, Optional solutionName As String = "*.sln") As IWebHostBuilder
Parametry
- builder
- IWebHostBuilder
Hodnota IWebHostBuilder
- solutionRelativePath
- String
Adresář souboru řešení.
- applicationBasePath
- String
Kořen adresáře aplikace.
- solutionName
- String
Název souboru řešení, ke které má být kořen obsahu relativní.
Návraty
Hodnota IWebHostBuilder