Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where is site.css specified?
Message
De
13/11/2013 09:52:13
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 9.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01587781
Message ID:
01587898
Vues:
30
Bundles are a good thing. In a web application, if you list each css file separately, each must be loaded separately. That means for each file, you have to contact the server, establish a connection, download the content, the disconnect. With a bundle, multiple files are automatically combined. So if you have three files in the bundle, the browser connects to the server one time, which speeds up page load.


>
> <webopt:BundleReference runat="server" Path="~/Content/css" />  
>
>
>This is how they (VS) load all CSS.
>Thank you.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform