C# 클래스 Dysphoria.Net.UrlRouting.MvcUrlUtilities.PathHelpers

파일 보기 프로젝트 열기: bunsen32/typed-url-routing

공개 메소드들

메소드 설명
GenerateClientUrl ( System.Web.HttpContextBase httpContext, string contentPath ) : string
MakeAbsolute ( string basePath, string relativePath ) : string
MakeRelative ( string fromPath, string toPath ) : string

비공개 메소드들

메소드 설명
GenerateClientUrlInternal ( System.Web.HttpContextBase httpContext, string contentPath ) : string
ResetUrlRewriterHelper ( ) : void
StripQuery ( string path, string &query ) : string

메소드 상세

GenerateClientUrl() 공개 정적인 메소드

public static GenerateClientUrl ( System.Web.HttpContextBase httpContext, string contentPath ) : string
httpContext System.Web.HttpContextBase
contentPath string
리턴 string

MakeAbsolute() 공개 정적인 메소드

public static MakeAbsolute ( string basePath, string relativePath ) : string
basePath string
relativePath string
리턴 string

MakeRelative() 공개 정적인 메소드

public static MakeRelative ( string fromPath, string toPath ) : string
fromPath string
toPath string
리턴 string