다음을 통해 공유


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이 포함된 문자열입니다.

적용 대상