UrlHelper.GenerateContentUrl(String, HttpContextBase) メソッド

定義

コンテンツ 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 を含む文字列。

適用対象