WebHostBuilderExtensions.UseSolutionRelativeContentRoot メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
UseSolutionRelativeContentRoot(IWebHostBuilder, String, String) |
のコンテンツ ルートを に対して相対的に設定します |
UseSolutionRelativeContentRoot(IWebHostBuilder, String, String, String) |
のコンテンツ ルートを に対して相対的に設定します |
UseSolutionRelativeContentRoot(IWebHostBuilder, String, String)
のコンテンツ ルートを に対して相対的に設定します 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
パラメーター
- builder
- IWebHostBuilder
- solutionRelativePath
- String
ソリューション ファイルのディレクトリ。
- solutionName
- String
コンテンツ ルートを相対的にするソリューション ファイルの名前。
戻り値
適用対象
UseSolutionRelativeContentRoot(IWebHostBuilder, String, String, String)
のコンテンツ ルートを に対して相対的に設定します 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
パラメーター
- builder
- IWebHostBuilder
- solutionRelativePath
- String
ソリューション ファイルのディレクトリ。
- applicationBasePath
- String
アプリのディレクトリのルート。
- solutionName
- String
コンテンツ ルートを相対的にするソリューション ファイルの名前。