AjaxControlToolkit.StaticResources.PreApplicationStartCode.AddCdnFallbackExpression C# (CSharp) Method

AddCdnFallbackExpression() static private method

static private AddCdnFallbackExpression ( Bundle bundle ) : void
bundle Bundle
return void
        static void AddCdnFallbackExpression(Bundle bundle)
        {
            bundle.CdnFallbackExpression = "Sys.Extended";
        }