Bundling.Extensions.Helpers.BundleResponseFilter.RewriteBundleUrl C# (CSharp) 메소드

RewriteBundleUrl() 개인적인 메소드

private RewriteBundleUrl ( string bundlePath, string bundleHash ) : string
bundlePath string
bundleHash string
리턴 string
		private string RewriteBundleUrl(string bundlePath, string bundleHash)
		{
			return string.Format("{0}/{1}", bundlePath, bundleHash);
		}