Method | Description | |
---|---|---|
GenerateClientUrl ( System.Web.HttpContextBase httpContext, string contentPath ) : string | ||
MakeAbsolute ( string basePath, string relativePath ) : string | ||
MakeRelative ( string fromPath, string toPath ) : string |
Method | Description | |
---|---|---|
GenerateClientUrlInternal ( System.Web.HttpContextBase httpContext, string contentPath ) : string | ||
ResetUrlRewriterHelper ( ) : void | ||
StripQuery ( string path, string &query ) : string |
public static GenerateClientUrl ( System.Web.HttpContextBase httpContext, string contentPath ) : string | ||
httpContext | System.Web.HttpContextBase | |
contentPath | string | |
return | string |
public static MakeAbsolute ( string basePath, string relativePath ) : string | ||
basePath | string | |
relativePath | string | |
return | string |
public static MakeRelative ( string fromPath, string toPath ) : string | ||
fromPath | string | |
toPath | string | |
return | string |