UrlHelper.GenerateContentUrl(String, HttpContextBase) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンテンツ URL が含まれる文字列を返します。
public static string GenerateContentUrl (string contentPath, System.Web.HttpContextBase httpContext);
static member GenerateContentUrl : string * System.Web.HttpContextBase -> string
Public Shared Function GenerateContentUrl (contentPath As String, httpContext As HttpContextBase) As String
パラメーター
- contentPath
- String
コンテンツのパス。
- httpContext
- HttpContextBase
HTTP コンテキスト。
戻り値
コンテンツ URL を含む文字列。