C# 클래스 Simple.Web.Mvc.HtmlUrl

파일 보기 프로젝트 열기: juanplopes/simple

공개 메소드들

메소드 설명
ResolveFullPath ( this helper ) : string
ResolveFullPath ( this helper, string url ) : string
UrlHelper ( this helper ) : System.Web.Mvc.UrlHelper

메소드 상세

ResolveFullPath() 공개 정적인 메소드

public static ResolveFullPath ( this helper ) : string
helper this
리턴 string

ResolveFullPath() 공개 정적인 메소드

public static ResolveFullPath ( this helper, string url ) : string
helper this
url string
리턴 string

UrlHelper() 공개 정적인 메소드

public static UrlHelper ( this helper ) : System.Web.Mvc.UrlHelper
helper this
리턴 System.Web.Mvc.UrlHelper