CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码

文件名称:clientdependency

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    486.18kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!
电信下载 联通下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。

介绍说明--下载内容来自于网络,使用问题请自行百度

When working in teams or when people are able to publish add-on components for your project, it becomes very cumbersome to try to ensure that you are not loading duplicate Javascr ipt files or CSS Stylesheets. It would be much nicer to just tag your control as being dependent on specific client files and not worrying about if they ve already been included with a page or other files. This was the primary reason why the ASP.Net ClientDependency framework was created. ClientDependency also manages all of the scr ipt/style file compression, combination, minification and persistence for you. It will even detect and process scr ipt/styles that aren t registered with the framework and other requests such as json that can be minified/compressed. All of this is fully configurable if you need to modify the default behavior.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

ASP.Net Client Dependency/
ASP.Net Client Dependency/BaseLoader.cs
ASP.Net Client Dependency/BasicFile.cs
ASP.Net Client Dependency/BasicPath.cs
ASP.Net Client Dependency/ClientDependency.Core.csproj
ASP.Net Client Dependency/ClientDependency.Core.csproj.vspscc
ASP.Net Client Dependency/ClientDependencyAttribute.cs
ASP.Net Client Dependency/ClientDependencyType.cs
ASP.Net Client Dependency/CompositeFiles/
ASP.Net Client Dependency/CompositeFiles/CompositeDependencyHandler.cs
ASP.Net Client Dependency/CompositeFiles/CompositeFileDefinition.cs
ASP.Net Client Dependency/CompositeFiles/CompositeFileMap.cs
ASP.Net Client Dependency/CompositeFiles/CompositeFileXmlMapper.cs
ASP.Net Client Dependency/CompositeFiles/CSSMin.cs
ASP.Net Client Dependency/CompositeFiles/JSMin.cs
ASP.Net Client Dependency/CompositeFiles/Providers/
ASP.Net Client Dependency/CompositeFiles/Providers/BaseCompositeFileProcessingProvider.cs
ASP.Net Client Dependency/CompositeFiles/Providers/CompositeFileProcessingProvider.cs
ASP.Net Client Dependency/CompositeFiles/Providers/CompositeFileProcessingProviderCollection.cs
ASP.Net Client Dependency/CompressionType.cs
ASP.Net Client Dependency/Config/
ASP.Net Client Dependency/Config/ClientDependencySection.cs
ASP.Net Client Dependency/Config/ClientDependencySettings.cs
ASP.Net Client Dependency/Config/CompositeFileSection.cs
ASP.Net Client Dependency/Config/ConfigurationHelper.cs
ASP.Net Client Dependency/Config/FileRegistrationSection.cs
ASP.Net Client Dependency/Config/MimeTypeCompressionCollection.cs
ASP.Net Client Dependency/Config/MimeTypeCompressionElement.cs
ASP.Net Client Dependency/Config/MvcSection.cs
ASP.Net Client Dependency/Config/RogueFileCompressionCollection.cs
ASP.Net Client Dependency/Config/RogueFileCompressionElement.cs
ASP.Net Client Dependency/Config/RogueFileCompressionExcludeCollection.cs
ASP.Net Client Dependency/Config/RogueFileCompressionExcludeElement.cs
ASP.Net Client Dependency/ControlExtensions.cs
ASP.Net Client Dependency/Controls/
ASP.Net Client Dependency/Controls/ClientDependencyInclude.cs
ASP.Net Client Dependency/Controls/ClientDependencyLoader.cs
ASP.Net Client Dependency/Controls/ClientDependencyPath.cs
ASP.Net Client Dependency/Controls/ClientDependencyPathCollection.cs
ASP.Net Client Dependency/Controls/CssInclude.cs
ASP.Net Client Dependency/Controls/HtmlInclude.cs
ASP.Net Client Dependency/Controls/JsInclude.cs
ASP.Net Client Dependency/CssFileUrlFormatter.cs
ASP.Net Client Dependency/FileRegistration/
ASP.Net Client Dependency/FileRegistration/Providers/
ASP.Net Client Dependency/FileRegistration/Providers/BaseFileRegistrationProvider.cs
ASP.Net Client Dependency/FileRegistration/Providers/BaseRenderer.cs
ASP.Net Client Dependency/FileRegistration/Providers/FileRegistrationProviderCollection.cs
ASP.Net Client Dependency/FileRegistration/Providers/HtmlEmbedContants.cs
ASP.Net Client Dependency/FileRegistration/Providers/LazyLoadProvider.cs
ASP.Net Client Dependency/FileRegistration/Providers/LazyLoadRenderer.cs
ASP.Net Client Dependency/FileRegistration/Providers/LoaderControlProvider.cs
ASP.Net Client Dependency/FileRegistration/Providers/PageHeaderProvider.cs
ASP.Net Client Dependency/FileRegistration/Providers/RendererCollection.cs
ASP.Net Client Dependency/FileRegistration/Providers/StandardRenderer.cs
ASP.Net Client Dependency/FileRegistration/Providers/WebFormsFileRegistrationProvider.cs
ASP.Net Client Dependency/HttpContextExtensions.cs
ASP.Net Client Dependency/IClientDependencyFile.cs
ASP.Net Client Dependency/IClientDependencyFileExtensions.cs
ASP.Net Client Dependency/IClientDependencyPath.cs
ASP.Net Client Dependency/IClientDependencyPathExtensions.cs
ASP.Net Client Dependency/Logging/
ASP.Net Client Dependency/Logging/ILogger.cs
ASP.Net Client Dependency/Logging/NullLogger.cs
ASP.Net Client Dependency/Module/
ASP.Net Client Dependency/Module/ClientDependencyModule.cs
ASP.Net Client Dependency/Module/IFilter.cs
ASP.Net Client Dependency/Module/MimeTypeCompressor.cs
ASP.Net Client Dependency/Module/ResponseFilterStream.cs
ASP.Net Client Dependency/Module/RogueFileFilter.cs
ASP.Net Client Dependency/Properties/
ASP.Net Client Dependency/Properties/AssemblyInfo.cs
ASP.Net Client Dependency/ProviderDependencyList.cs
ASP.Net Client Dependency/Resources/
ASP.Net Client Dependency/Resources/LazyLoader.js
ASP.Net Client Dependency/SimpleCompressor.cs
ASP.Net Client Dependency/StringExtensions.cs
ASP.Net Client Dependency/UriExtensions.cs
BuildProcessTemplates/
BuildProcessTemplates/DefaultTemplate.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
ClientDependency.Mvc/
ClientDependency.Mvc/ClientDependency.Core.Mvc.csproj
ClientDependency.Mvc/ClientDependency.Core.Mvc.csproj.vspscc
ClientDependency.Mvc/DependencyRenderer.cs
ClientDependency.Mvc/HtmlHelperExtensions.cs
ClientDependency.Mvc/MvcFilter.cs
ClientDependency.Mvc/MvcRogueFileFilter.cs
ClientDependency.Mvc/Properties/
ClientDependency.Mvc/Properties/AssemblyInfo.cs
ClientDependency.Mvc/ViewContextExtensions.cs
ClientDependency.sln
ClientDependency.vssscc
ClientDependency.Web.Test/
ClientDependency.Web.Test/App_Da

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com

浏览历史记录

关闭