1 write to GetBundleUrlMethod
System.Web.Extensions (1)
UI\BundleReflectionHelper.cs (1)
60
GetBundleUrlMethod
= MakeDelegate<GetBundleUrlDelegate>(value, resolverType.GetMethod("GetBundleUrl", args));
2 references to GetBundleUrlMethod
System.Web.Extensions (2)
UI\BundleReflectionHelper.cs (2)
62
if (IsBundleVirtualPathMethod != null && GetBundleContentsMethod != null &&
GetBundleUrlMethod
!= null) {
101
return
GetBundleUrlMethod
(virtualPath);