Bundling.Extensions.Helpers.BundleResponseFilter.LoadBundlePaths C# (CSharp) Méthode

LoadBundlePaths() private méthode

private LoadBundlePaths ( ) : List
Résultat List
		private List<string> LoadBundlePaths()
		{
			return BundleTable.Bundles.Select(bundle => VirtualPathUtility.ToAbsolute(bundle.Path)).ToList();
		}
	}