You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

665 lines
49 KiB

4 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <doc>
  3. <assembly>
  4. <name>System.Web.Optimization</name>
  5. </assembly>
  6. <members>
  7. <member name="T:System.Web.Optimization.Bundle">
  8. <summary>Represents a list of file references to be bundled together as a single resource.</summary>
  9. </member>
  10. <member name="M:System.Web.Optimization.Bundle.#ctor">
  11. <summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.Bundle" /> class.</summary>
  12. </member>
  13. <member name="M:System.Web.Optimization.Bundle.#ctor(System.String)">
  14. <summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.Bundle" /> class.</summary>
  15. <param name="virtualPath">The virtual path used to reference the <see cref="T:System.Web.Optimization.Bundle" /> from within a view or Web page.</param>
  16. </member>
  17. <member name="M:System.Web.Optimization.Bundle.#ctor(System.String,System.String)">
  18. <summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.Bundle" /> class.</summary>
  19. <param name="virtualPath">The virtual path used to reference the <see cref="T:System.Web.Optimization.Bundle" /> from within a view or Web page.</param>
  20. <param name="cdnPath">An alternate url for the bundle when it is stored in a content delivery network.</param>
  21. </member>
  22. <member name="M:System.Web.Optimization.Bundle.#ctor(System.String,System.String,System.Web.Optimization.IBundleTransform[])">
  23. <summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.Bundle" /> class.</summary>
  24. <param name="virtualPath">The virtual path used to reference the <see cref="T:System.Web.Optimization.Bundle" /> from within a view or Web page.</param>
  25. <param name="cdnPath">An alternate url for the bundle when it is stored in a content delivery network.</param>
  26. <param name="transforms">A list of <see cref="T:System.Web.Optimization.IBundleTransform" /> objects which process the contents of the bundle in the order which they are added.</param>
  27. </member>
  28. <member name="M:System.Web.Optimization.Bundle.#ctor(System.String,System.Web.Optimization.IBundleTransform[])">
  29. <summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.Bundle" /> class.</summary>
  30. <param name="virtualPath">The virtual path used to reference the <see cref="T:System.Web.Optimization.Bundle" /> from within a view or Web page.</param>
  31. <param name="transforms">A list of <see cref="T:System.Web.Optimization.IBundleTransform" /> objects which process the contents of the bundle in the order which they are added.</param>
  32. </member>
  33. <member name="M:System.Web.Optimization.Bundle.ApplyTransforms(System.Web.Optimization.BundleContext,System.String,System.Collections.Generic.IEnumerable{System.Web.Optimization.BundleFile})"></member>
  34. <member name="P:System.Web.Optimization.Bundle.Builder">
  35. <summary>Builds the bundle content from the individual files included in the <see cref="T:System.Web.Optimization.Bundle" /> object.</summary>
  36. <returns>The object used to build the bundle content.</returns>
  37. </member>
  38. <member name="M:System.Web.Optimization.Bundle.CacheLookup(System.Web.Optimization.BundleContext)">
  39. <summary>Overrides this to implement own caching logic.</summary>
  40. <returns>A bundle response.</returns>
  41. <param name="context">The bundle context.</param>
  42. </member>
  43. <member name="P:System.Web.Optimization.Bundle.CdnFallbackExpression">
  44. <summary>Script expression rendered by the <see cref="T:System.Web.Optimization.Scripts" /> helper class to reference the local bundle file if the CDN is unavailable.</summary>
  45. <returns>The script expression rendered by the <see cref="T:System.Web.Optimization.Scripts" /> helper class to reference the local bundle file if the CDN is unavailable.</returns>
  46. </member>
  47. <member name="P:System.Web.Optimization.Bundle.CdnPath">
  48. <summary>Gets or sets an alternate url for the bundle when it is stored in a content delivery network.</summary>
  49. <returns>An alternate url for the bundle when it is stored in a content delivery network.</returns>
  50. </member>
  51. <member name="P:System.Web.Optimization.Bundle.ConcatenationToken">
  52. <summary>The token inserted between bundled files to ensure that the final bundle content is valid.</summary>
  53. <returns>By default, if <see cref="P:System.Web.Optimization.Bundle.ConcatenationToken" /> is not specified, the Web optimization framework inserts a new line.</returns>
  54. </member>
  55. <member name="P:System.Web.Optimization.Bundle.EnableFileExtensionReplacements">
  56. <summary>Specifies whether to use the <see cref="P:System.Web.Optimization.BundleCollection.FileExtensionReplacementList" />.</summary>
  57. <returns>true if the <see cref="P:System.Web.Optimization.BundleCollection.FileExtensionReplacementList" /> is used; otherwise, false.</returns>
  58. </member>
  59. <member name="M:System.Web.Optimization.Bundle.EnumerateFiles(System.Web.Optimization.BundleContext)">
  60. <summary>Generates an enumeration of <see cref="T:System.Web.Hosting.VirtualFile" /> objects that represent the contents of the bundle.</summary>
  61. <returns>An enumeration of <see cref="T:System.Web.Hosting.VirtualFile" /> objects that represent the contents of the bundle.</returns>
  62. <param name="context">The <see cref="T:System.Web.Optimization.BundleContext" /> object that contains state for both the framework configuration and the HTTP request.</param>
  63. </member>
  64. <member name="M:System.Web.Optimization.Bundle.GenerateBundleResponse(System.Web.Optimization.BundleContext)">
  65. <summary>Processes the bundle request to generate the response.</summary>
  66. <returns>A <see cref="T:System.Web.Optimization.BundleResponse" /> object containing the processed bundle contents.</returns>
  67. <param name="context">The <see cref="T:System.Web.Optimization.BundleContext" /> object that contains state for both the framework configuration and the HTTP request.</param>
  68. </member>
  69. <member name="M:System.Web.Optimization.Bundle.GetCacheKey(System.Web.Optimization.BundleContext)"></member>
  70. <member name="M:System.Web.Optimization.Bundle.Include(System.String,System.Web.Optimization.IItemTransform[])"></member>
  71. <member name="M:System.Web.Optimization.Bundle.Include(System.String[])">
  72. <summary>Specifies a set of files to be included in the <see cref="T:System.Web.Optimization.Bundle" />.</summary>
  73. <returns>The <see cref="T:System.Web.Optimization.Bundle" /> object itself for use in subsequent method chaining.</returns>
  74. <param name="virtualPaths">The virtual path of the file or file pattern to be included in the bundle.</param>
  75. </member>
  76. <member name="M:System.Web.Optimization.Bundle.IncludeDirectory(System.String,System.String)">
  77. <summary>Includes all files in a directory that match a search pattern.</summary>
  78. <returns>The <see cref="T:System.Web.Optimization.Bundle" /> object itself for use in subsequent method chaining.</returns>
  79. <param name="directoryVirtualPath">The virtual path to the directory from which to search for files.</param>
  80. <param name="searchPattern">The search pattern to use in selecting files to add to the bundle.</param>
  81. </member>
  82. <member name="M:System.Web.Optimization.Bundle.IncludeDirectory(System.String,System.String,System.Boolean)">
  83. <summary>Includes all files in a directory that match a search pattern.</summary>
  84. <returns>The <see cref="T:System.Web.Optimization.Bundle" /> object itself for use in subsequent method chaining.</returns>
  85. <param name="directoryVirtualPath">The virtual path to the directory from which to search for files.</param>
  86. <param name="searchPattern">The search pattern to use in selecting files to add to the bundle.</param>
  87. <param name="searchSubdirectories">Specifies whether to recursively search subdirectories of <paramref name="directoryVirtualPath" />.</param>
  88. </member>
  89. <member name="P:System.Web.Optimization.Bundle.Orderer">
  90. <summary>Determines the order of files in a bundle.</summary>
  91. <returns>The order of files in a bundle.</returns>
  92. </member>
  93. <member name="P:System.Web.Optimization.Bundle.Path">
  94. <summary>Virtual path used to reference the <see cref="T:System.Web.Optimization.Bundle" /> from within a view or Web page.</summary>
  95. <returns>The virtual path.</returns>
  96. </member>
  97. <member name="P:System.Web.Optimization.Bundle.Transforms">
  98. <summary>Transforms the contents of a bundle.</summary>
  99. <returns>The list of transforms for the bundle.</returns>
  100. </member>
  101. <member name="M:System.Web.Optimization.Bundle.UpdateCache(System.Web.Optimization.BundleContext,System.Web.Optimization.BundleResponse)"></member>
  102. <member name="T:System.Web.Optimization.BundleCollection">
  103. <summary>Contains and manages the set of registered <see cref="T:System.Web.Optimization.Bundle" /> objects in an ASP.NET application.</summary>
  104. </member>
  105. <member name="M:System.Web.Optimization.BundleCollection.#ctor">
  106. <summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.BundleCollection" /> class.</summary>
  107. </member>
  108. <member name="M:System.Web.Optimization.BundleCollection.Add(System.Web.Optimization.Bundle)">
  109. <summary>Adds a bundle to the collection.</summary>
  110. <param name="bundle">The bundle to add.</param>
  111. </member>
  112. <member name="M:System.Web.Optimization.BundleCollection.AddDefaultFileExtensionReplacements(System.Web.Optimization.FileExtensionReplacementList)">
  113. <summary>Adds the default file extension replacements for common conventions.</summary>
  114. <param name="list">The list to populate with default values.</param>
  115. </member>
  116. <member name="M:System.Web.Optimization.BundleCollection.AddDefaultFileOrderings(System.Collections.Generic.IList{System.Web.Optimization.BundleFileSetOrdering})">
  117. <summary>Adds default file order specifications to use with bundles in the collection.</summary>
  118. <param name="list">The list to populate with default values.</param>
  119. </member>
  120. <member name="M:System.Web.Optimization.BundleCollection.AddDefaultIgnorePatterns(System.Web.Optimization.IgnoreList)">
  121. <summary>Adds the default file ignore patterns.</summary>
  122. <param name="ignoreList">The ignore list to populate with default values.</param>
  123. </member>
  124. <member name="M:System.Web.Optimization.BundleCollection.Clear">
  125. <summary>Removes all bundles from the collection.</summary>
  126. </member>
  127. <member name="P:System.Web.Optimization.BundleCollection.Count">
  128. <summary>Gets the count of registered bundles in the collection.</summary>
  129. <returns>The number of bundles.</returns>
  130. </member>
  131. <member name="P:System.Web.Optimization.BundleCollection.DirectoryFilter">
  132. <summary>Gets a list of file patterns which are ignored when including files using wildcards or substitution tokens.</summary>
  133. <returns>A list of file patterns.</returns>
  134. </member>
  135. <member name="P:System.Web.Optimization.BundleCollection.FileExtensionReplacementList">
  136. <summary>Gets the file extension replacement list.</summary>
  137. <returns>The file extension replacement list.</returns>
  138. </member>
  139. <member name="P:System.Web.Optimization.BundleCollection.FileSetOrderList">
  140. <summary>Gets a list that specifies default file orderings to use for files in the registered bundles.</summary>
  141. <returns>The list of file orderings.</returns>
  142. </member>
  143. <member name="M:System.Web.Optimization.BundleCollection.GetBundleFor(System.String)">
  144. <summary>Returns a bundle in the collection using the specified virtual path.</summary>
  145. <returns>The bundle for the virtual path or null if no bundle exists at the path.</returns>
  146. <param name="bundleVirtualPath">The virtual path of the bundle to return.</param>
  147. </member>
  148. <member name="M:System.Web.Optimization.BundleCollection.GetEnumerator">
  149. <summary>Returns the bundle enumerator.</summary>
  150. <returns>The bundle enumerator.</returns>
  151. </member>
  152. <member name="M:System.Web.Optimization.BundleCollection.GetRegisteredBundles">
  153. <summary>Returns the collection of all registered bundles.</summary>
  154. <returns>The collection of registered bundles.</returns>
  155. </member>
  156. <member name="P:System.Web.Optimization.BundleCollection.IgnoreList">
  157. <summary>Gets the list of files to ignore.</summary>
  158. <returns>The list of files to ignore.</returns>
  159. </member>
  160. <member name="M:System.Web.Optimization.BundleCollection.Remove(System.Web.Optimization.Bundle)">
  161. <summary>Removes a bundle from the collection.</summary>
  162. <returns>true if the bundle was removed; otherwise, false.</returns>
  163. <param name="bundle">The bundle to remove.</param>
  164. </member>
  165. <member name="M:System.Web.Optimization.BundleCollection.ResetAll">
  166. <summary>Clears the bundles and resets all the defaults.</summary>
  167. </member>
  168. <member name="M:System.Web.Optimization.BundleCollection.ResolveBundleUrl(System.String)">
  169. <summary>Returns the bundle URL for the specified virtual path.</summary>
  170. <returns>The bundle URL or null if the bundle cannot be found.</returns>
  171. <param name="bundleVirtualPath">The bundle virtual path.</param>
  172. </member>
  173. <member name="M:System.Web.Optimization.BundleCollection.ResolveBundleUrl(System.String,System.Boolean)">
  174. <summary>Returns the bundle URL for the specified virtual path, including a content hash if requested.</summary>
  175. <returns>The bundle URL or null if the bundle cannot be found.</returns>
  176. <param name="bundleVirtualPath">The virtual path of the bundle.</param>
  177. <param name="includeContentHash">true to include a hash code for the content; otherwise, false. The default is true.</param>
  178. </member>
  179. <member name="M:System.Web.Optimization.BundleCollection.System#Collections#Generic#IEnumerable{T}#GetEnumerator">
  180. <summary>Returns an enumerator that can be used to iterate through the collection.</summary>
  181. <returns>An <see cref="T:System.Collections.Generic.IEnumerator`1" /> that can be used to iterate through the collection.</returns>
  182. </member>
  183. <member name="M:System.Web.Optimization.BundleCollection.System#Collections#IEnumerable#GetEnumerator">
  184. <summary>Returns an enumerator that can be used to iterate through the collection.</summary>
  185. <returns>An <see cref="T:System.Collections.IEnumerator" /> that can be used to iterate through the collection.</returns>
  186. </member>
  187. <member name="P:System.Web.Optimization.BundleCollection.UseCdn">
  188. <summary>Gets or sets whether the collection will try to use <see cref="P:System.Web.Optimization.Bundle.CdnPath" /> if specified.</summary>
  189. <returns>true if the collection will try to use Bundle.CdnPath if specified; Otherwise, false.</returns>
  190. </member>
  191. <member name="T:System.Web.Optimization.BundleContext">
  192. <summary>Encapsulates the info needed to process a bundle request</summary>
  193. </member>
  194. <member name="M:System.Web.Optimization.BundleContext.#ctor(System.Web.HttpContextBase,System.Web.Optimization.BundleCollection,System.String)">
  195. <summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.BundleContext" /> class.</summary>
  196. <param name="context">The context.</param>
  197. <param name="collection">The collection of bundles.</param>
  198. <param name="bundleVirtualPath">The virtual path of the bundles.</param>
  199. </member>
  200. <member name="P:System.Web.Optimization.BundleContext.BundleCollection">
  201. <summary>Gets or sets the collection of bundles.</summary>
  202. <returns>The collection of bundles.</returns>
  203. </member>
  204. <member name="P:System.Web.Optimization.BundleContext.BundleVirtualPath">
  205. <summary>Gets or sets the virtual path for the bundle request</summary>
  206. <returns>The virtual path for the bundle request.</returns>
  207. </member>
  208. <member name="P:System.Web.Optimization.BundleContext.EnableInstrumentation">
  209. <summary>Gets or sets whether the instrumentation output is requested.</summary>
  210. <returns>true if instrumentation output is requested; otherwise, false.</returns>
  211. </member>
  212. <member name="P:System.Web.Optimization.BundleContext.EnableOptimizations">
  213. <summary>Gets or sets whether optimizations are enabled via <see cref="P:System.Web.Optimization.BundleTable.EnableOptimizations" />.</summary>
  214. <returns>true if optimizations are enabled via <see cref="P:System.Web.Optimization.BundleTable.EnableOptimizations" />; otherwise, false.</returns>
  215. </member>
  216. <member name="P:System.Web.Optimization.BundleContext.HttpContext">
  217. <summary>Gets or sets the HTTP context associated with the bundle context.</summary>
  218. <returns>The HTTP context associated with the bundle context.</returns>
  219. </member>
  220. <member name="P:System.Web.Optimization.BundleContext.UseServerCache">
  221. <summary>Gets or sets whether the bindle context will store the bundle response in the HttpContext.Cache.</summary>
  222. <returns>true if the bindle context will store the bundle response in the cache; Otherwise, false.</returns>
  223. </member>
  224. <member name="T:System.Web.Optimization.BundleDefinition">
  225. <summary>Represents a bundle definition as specified by the bundle manifest.</summary>
  226. </member>
  227. <member name="M:System.Web.Optimization.BundleDefinition.#ctor">
  228. <summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.BundleDefinition" /> class.</summary>
  229. </member>
  230. <member name="P:System.Web.Optimization.BundleDefinition.CdnFallbackExpression">
  231. <summary>Gets or sets the CDN fallback expression for the bundle.</summary>
  232. <returns>The CDN fallback expression for the bundle.</returns>
  233. </member>
  234. <member name="P:System.Web.Optimization.BundleDefinition.CdnPath">
  235. <summary>Gets or sets the CDN path for the bundle.</summary>
  236. <returns>The CDN path for the bundle.</returns>
  237. </member>
  238. <member name="P:System.Web.Optimization.BundleDefinition.Includes">
  239. <summary>Gets the files included in the bundle.</summary>
  240. <returns>The files included in the bundle.</returns>
  241. </member>
  242. <member name="P:System.Web.Optimization.BundleDefinition.Path">
  243. <summary>Gets or sets the virtual path for the bundle.</summary>
  244. <returns>The virtual path for the bundle.</returns>
  245. </member>
  246. <member name="T:System.Web.Optimization.BundleFile"></member>
  247. <member name="M:System.Web.Optimization.BundleFile.#ctor(System.String,System.Web.Hosting.VirtualFile)"></member>
  248. <member name="M:System.Web.Optimization.BundleFile.#ctor(System.String,System.Web.Hosting.VirtualFile,System.Collections.Generic.IList{System.Web.Optimization.IItemTransform})"></member>
  249. <member name="M:System.Web.Optimization.BundleFile.ApplyTransforms"></member>
  250. <member name="P:System.Web.Optimization.BundleFile.IncludedVirtualPath"></member>
  251. <member name="P:System.Web.Optimization.BundleFile.Transforms"></member>
  252. <member name="P:System.Web.Optimization.BundleFile.VirtualFile"></member>
  253. <member name="T:System.Web.Optimization.BundleFileSetOrdering">
  254. <summary>Encapsulates a named set of files with relative orderings, for example jquery or modernizer.</summary>
  255. </member>
  256. <member name="M:System.Web.Optimization.BundleFileSetOrdering.#ctor(System.String)">
  257. <summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.BundleFileSetOrdering" /> class.</summary>
  258. <param name="name">The name used to help identify the file ordering.</param>
  259. </member>
  260. <member name="P:System.Web.Optimization.BundleFileSetOrdering.Files">
  261. <summary>Gets or sets the ordered list of file name patterns (allows one prefix/suffix wildcard '*') that determines the relative ordering of these files in the bundle. For example, ["z.js", "b*", "*a", "a.js"].</summary>
  262. <returns>The ordered list of file name patterns that determines the relative ordering of these files in the bundle.</returns>
  263. </member>
  264. <member name="P:System.Web.Optimization.BundleFileSetOrdering.Name">
  265. <summary> Gets or sets the name used to help identify the file ordering, for example, jquery. </summary>
  266. <returns>The name used to help identify the file ordering.</returns>
  267. </member>
  268. <member name="T:System.Web.Optimization.BundleManifest">
  269. <summary> Represents the XML configuration to configure the <see cref="P:System.Web.Optimization.BundleTable.Bundles" /> bundle collection. </summary>
  270. </member>
  271. <member name="P:System.Web.Optimization.BundleManifest.BundleManifestPath">
  272. <summary>Gets or sets the path to the bundle manifest file that sets up the <see cref="T:System.Web.Optimization.BundleCollection" />.</summary>
  273. <returns>The path to the bundle manifest file that sets up the <see cref="T:System.Web.Optimization.BundleCollection" />.</returns>
  274. </member>
  275. <member name="M:System.Web.Optimization.BundleManifest.ReadBundleManifest">
  276. <summary>Reads the bundle manifest using the default bundle configuration.</summary>
  277. <returns>The bundle manifest.</returns>
  278. </member>
  279. <member name="M:System.Web.Optimization.BundleManifest.ReadBundleManifest(System.IO.Stream)">
  280. <summary> Reads the bundle manifest from a given stream. </summary>
  281. <returns>The bundle manifest.</returns>
  282. <param name="bundleStream">The bundle stream to read from.</param>
  283. </member>
  284. <member name="P:System.Web.Optimization.BundleManifest.ScriptBundles">
  285. <summary>Gets the <see cref="T:System.Web.Optimization.ScriptBundle" /> objects specified by the manifest file.</summary>
  286. <returns>The <see cref="T:System.Web.Optimization.ScriptBundle" /> objects specified by the manifest file.</returns>
  287. </member>
  288. <member name="P:System.Web.Optimization.BundleManifest.StyleBundles">
  289. <summary>Gets or sets the registered style bundles. </summary>
  290. <returns>The registered style bundles.</returns>
  291. </member>
  292. <member name="T:System.Web.Optimization.BundleModule">
  293. <summary> Represents a module that enables bundling to intercept requests to bundle URLs. </summary>
  294. </member>
  295. <member name="M:System.Web.Optimization.BundleModule.#ctor">
  296. <summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.BundleModule" /> class.</summary>
  297. </member>
  298. <member name="M:System.Web.Optimization.BundleModule.Dispose">
  299. <summary> Disposes any resources used by the <see cref="T:System.Web.Optimization.BundleModule" /> class.</summary>
  300. </member>
  301. <member name="M:System.Web.Optimization.BundleModule.Init(System.Web.HttpApplication)">
  302. <summary> Hooks the OnApplicationPostResolveRequestCache event to remap to the bundle handler. </summary>
  303. <param name="application">The application that will receive the registration of the event.</param>
  304. </member>
  305. <member name="M:System.Web.Optimization.BundleModule.System#Web#IHttpModule#Dispose">
  306. <summary>Calls the Dispose() method.</summary>
  307. </member>
  308. <member name="M:System.Web.Optimization.BundleModule.System#Web#IHttpModule#Init(System.Web.HttpApplication)">
  309. <summary>Calls the Init method.</summary>
  310. <param name="application">The application that will receive the registration of the event.</param>
  311. </member>
  312. <member name="T:System.Web.Optimization.BundleResolver">
  313. <summary>Represents a class that determine if a script reference is a bundle, and what it contains to prevent duplicate script references.</summary>
  314. </member>
  315. <member name="M:System.Web.Optimization.BundleResolver.#ctor">
  316. <summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.BundleResolver" /> class.</summary>
  317. </member>
  318. <member name="M:System.Web.Optimization.BundleResolver.#ctor(System.Web.Optimization.BundleCollection)">
  319. <summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.BundleResolver" /> class with the specified bundle.</summary>
  320. <param name="bundles">The bundles of objects.</param>
  321. </member>
  322. <member name="M:System.Web.Optimization.BundleResolver.#ctor(System.Web.Optimization.BundleCollection,System.Web.HttpContextBase)">
  323. <summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.BundleResolver" /> class with the specified bundle and context.</summary>
  324. <param name="bundles">The bundles of object.</param>
  325. <param name="context">The HttpContextBase.</param>
  326. </member>
  327. <member name="P:System.Web.Optimization.BundleResolver.Current">
  328. <summary>Gets or sets the ScriptManager that reflects against <see cref="P:System.Web.Optimization.BundleResolver.Current" />.</summary>
  329. <returns>The ScriptManager that reflects against <see cref="P:System.Web.Optimization.BundleResolver.Current" />.</returns>
  330. </member>
  331. <member name="M:System.Web.Optimization.BundleResolver.GetBundleContents(System.String)">
  332. <summary>Returns an enumeration of actual file paths to the contents of the bundle.</summary>
  333. <returns>The actual file paths to the contents of the bundle.</returns>
  334. <param name="virtualPath">The virtual file path.</param>
  335. </member>
  336. <member name="M:System.Web.Optimization.BundleResolver.GetBundleUrl(System.String)">
  337. <summary>Gets the versioned url for the bundle or returns the virtualPath unchanged if it does not point to a bundle.</summary>
  338. <returns>The versioned url for the bundle.</returns>
  339. <param name="virtualPath">The virtual file path.</param>
  340. </member>
  341. <member name="M:System.Web.Optimization.BundleResolver.IsBundleVirtualPath(System.String)">
  342. <summary>Determines if the virtualPath is to a bundle.</summary>
  343. <returns>The virtualPath.</returns>
  344. <param name="virtualPath">The virtual file path.</param>
  345. </member>
  346. <member name="T:System.Web.Optimization.BundleResponse">
  347. <summary>Encapsulates the response data that will be sent for a bundle request.</summary>
  348. </member>
  349. <member name="M:System.Web.Optimization.BundleResponse.#ctor">
  350. <summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.BundleResponse" /> class.</summary>
  351. </member>
  352. <member name="M:System.Web.Optimization.BundleResponse.#ctor(System.String,System.Collections.Generic.IEnumerable{System.Web.Optimization.BundleFile})"></member>
  353. <member name="P:System.Web.Optimization.BundleResponse.Cacheability">
  354. <summary>Gets or sets a value that is used to set the Cache-Control HTTP header.</summary>
  355. <returns>A value that is used to set the Cache-Control HTTP header.</returns>
  356. </member>
  357. <member name="P:System.Web.Optimization.BundleResponse.Content">
  358. <summary>Gets or sets the content of the bundle which is sent as the response body.</summary>
  359. <returns>The content of the bundle.</returns>
  360. </member>
  361. <member name="P:System.Web.Optimization.BundleResponse.ContentType">
  362. <summary>Gets or sets the media type that is sent in the HTTP content/type header.</summary>
  363. <returns>The media type that is sent in the HTTP content/type header.</returns>
  364. </member>
  365. <member name="P:System.Web.Optimization.BundleResponse.Files">
  366. <summary>Gets or sets the list of files in the bundle.</summary>
  367. <returns>The list of files in the bundle.</returns>
  368. </member>
  369. <member name="T:System.Web.Optimization.BundleTable">
  370. <summary> Static holder class for the default bundle collection. </summary>
  371. </member>
  372. <member name="P:System.Web.Optimization.BundleTable.Bundles">
  373. <summary>Gets the default bundle collection. </summary>
  374. <returns>The default bundle collection.</returns>
  375. </member>
  376. <member name="P:System.Web.Optimization.BundleTable.EnableOptimizations">
  377. <summary>Gets or sets whether bundling and minification of bundle references is enabled.</summary>
  378. <returns>true if bundling and minification of bundle references is enabled; otherwise, false.</returns>
  379. </member>
  380. <member name="P:System.Web.Optimization.BundleTable.VirtualPathProvider">
  381. <summary>Gets or sets the provider to be used in resolving bundle files.</summary>
  382. <returns>The provider to be used in resolving bundle files.</returns>
  383. </member>
  384. <member name="T:System.Web.Optimization.CssMinify">
  385. <summary> Represents a <see cref="T:System.Web.Optimization.IBundleTransform" /> that does CSS minification.</summary>
  386. </member>
  387. <member name="M:System.Web.Optimization.CssMinify.#ctor">
  388. <summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.CssMinify" /> class.</summary>
  389. </member>
  390. <member name="M:System.Web.Optimization.CssMinify.Process(System.Web.Optimization.BundleContext,System.Web.Optimization.BundleResponse)">
  391. <summary> Transforms the bundle contents by applying CSS minification. </summary>
  392. <param name="context">The bundle context.</param>
  393. <param name="response">The bundle response object</param>
  394. </member>
  395. <member name="T:System.Web.Optimization.CssRewriteUrlTransform"></member>
  396. <member name="M:System.Web.Optimization.CssRewriteUrlTransform.#ctor"></member>
  397. <member name="M:System.Web.Optimization.CssRewriteUrlTransform.Process(System.String,System.String)"></member>
  398. <member name="T:System.Web.Optimization.DefaultBundleBuilder">
  399. <summary>Represents the default logic which combines files in the bundle.</summary>
  400. </member>
  401. <member name="M:System.Web.Optimization.DefaultBundleBuilder.#ctor">
  402. <summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.DefaultBundleBuilder" /> class.</summary>
  403. </member>
  404. <member name="M:System.Web.Optimization.DefaultBundleBuilder.BuildBundleContent(System.Web.Optimization.Bundle,System.Web.Optimization.BundleContext,System.Collections.Generic.IEnumerable{System.Web.Optimization.BundleFile})"></member>
  405. <member name="T:System.Web.Optimization.DefaultBundleOrderer">
  406. <summary>Default <see cref="T:System.Web.Optimization.IBundleOrderer" /> which orders files in a bundled using <see cref="P:System.Web.Optimization.BundleCollection.FileSetOrderList" />.</summary>
  407. </member>
  408. <member name="M:System.Web.Optimization.DefaultBundleOrderer.#ctor">
  409. <summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.DefaultBundleOrderer" /> class.</summary>
  410. </member>
  411. <member name="M:System.Web.Optimization.DefaultBundleOrderer.OrderFiles(System.Web.Optimization.BundleContext,System.Collections.Generic.IEnumerable{System.Web.Optimization.BundleFile})"></member>
  412. <member name="T:System.Web.Optimization.DynamicFolderBundle">
  413. <summary>Represents a <see cref="T:System.Web.Optimization.Bundle" /> object that ASP.NET creates from a folder that contains files of the same type.</summary>
  414. </member>
  415. <member name="M:System.Web.Optimization.DynamicFolderBundle.#ctor(System.String,System.String)">
  416. <summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.DynamicFolderBundle" /> class.</summary>
  417. <param name="pathSuffix">The path suffix.</param>
  418. <param name="searchPattern">The search pattern.</param>
  419. </member>
  420. <member name="M:System.Web.Optimization.DynamicFolderBundle.#ctor(System.String,System.String,System.Boolean)">
  421. <summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.DynamicFolderBundle" /> class.</summary>
  422. <param name="pathSuffix">The path suffix.</param>
  423. <param name="searchPattern">The search pattern.</param>
  424. <param name="searchSubdirectories">The search subdirectories.</param>
  425. </member>
  426. <member name="M:System.Web.Optimization.DynamicFolderBundle.#ctor(System.String,System.String,System.Boolean,System.Web.Optimization.IBundleTransform[])">
  427. <summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.DynamicFolderBundle" /> class.</summary>
  428. <param name="pathSuffix">The path suffix.</param>
  429. <param name="searchPattern">The search pattern.</param>
  430. <param name="searchSubdirectories">The search subdirectories.</param>
  431. <param name="transforms">The transform parameter.</param>
  432. </member>
  433. <member name="M:System.Web.Optimization.DynamicFolderBundle.#ctor(System.String,System.String,System.Web.Optimization.IBundleTransform[])">
  434. <summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.DynamicFolderBundle" /> class.</summary>
  435. <param name="pathSuffix">The path suffix.</param>
  436. <param name="searchPattern">The search pattern.</param>
  437. <param name="transforms">The transform parameter.</param>
  438. </member>
  439. <member name="P:System.Web.Optimization.DynamicFolderBundle.CdnPath">
  440. <summary>Gets or set the path of a Content Delivery Network (CDN) that contains the folder bundle.</summary>
  441. <returns>The path of a Content Delivery Network (CDN)</returns>
  442. </member>
  443. <member name="M:System.Web.Optimization.DynamicFolderBundle.EnumerateFiles(System.Web.Optimization.BundleContext)">
  444. <summary>Returns all the base methods files and any dynamic files found in the requested directory.</summary>
  445. <returns>All the base methods files and any dynamic files found in the requested directory.</returns>
  446. <param name="context">The bundle context.</param>
  447. </member>
  448. <member name="P:System.Web.Optimization.DynamicFolderBundle.SearchPattern">
  449. <summary>Gets or sets the search pattern for the folder bundle.</summary>
  450. <returns>The search pattern for the folder bundle.</returns>
  451. </member>
  452. <member name="P:System.Web.Optimization.DynamicFolderBundle.SearchSubdirectories">
  453. <summary>Gets or sets whether the search pattern is applied to subdirectories.</summary>
  454. <returns>true if the search pattern is applied to subdirectories; otherwise, false.</returns>
  455. </member>
  456. <member name="T:System.Web.Optimization.FileExtensionReplacementList">
  457. <summary>A set of file extensions that will be used to select different files based on the <see cref="T:System.Web.Optimization.OptimizationMode" />.</summary>
  458. </member>
  459. <member name="M:System.Web.Optimization.FileExtensionReplacementList.#ctor">
  460. <summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.FileExtensionReplacementList" /> class.</summary>
  461. </member>
  462. <member name="M:System.Web.Optimization.FileExtensionReplacementList.Add(System.String)">
  463. <summary>Adds a file extension which will be applied regardless of <see cref="T:System.Web.Optimization.OptimizationMode" />.</summary>
  464. <param name="extension">File extension string.</param>
  465. </member>
  466. <member name="M:System.Web.Optimization.FileExtensionReplacementList.Add(System.String,System.Web.Optimization.OptimizationMode)">
  467. <summary>Add a file extension for a specified <see cref="T:System.Web.Optimization.OptimizationMode" />.</summary>
  468. <param name="extension">File extension string.</param>
  469. <param name="mode">
  470. <see cref="T:System.Web.Optimization.OptimizationMode" /> in which to apply the file extension replacement.</param>
  471. </member>
  472. <member name="M:System.Web.Optimization.FileExtensionReplacementList.Clear">
  473. <summary>Clears file extension replacements.</summary>
  474. </member>
  475. <member name="M:System.Web.Optimization.FileExtensionReplacementList.ReplaceFileExtensions(System.Web.Optimization.BundleContext,System.Collections.Generic.IEnumerable{System.Web.Optimization.BundleFile})"></member>
  476. <member name="T:System.Web.Optimization.IBundleBuilder">
  477. <summary>Specifies the building of the bundle from the individual file contents.</summary>
  478. </member>
  479. <member name="M:System.Web.Optimization.IBundleBuilder.BuildBundleContent(System.Web.Optimization.Bundle,System.Web.Optimization.BundleContext,System.Collections.Generic.IEnumerable{System.Web.Optimization.BundleFile})"></member>
  480. <member name="T:System.Web.Optimization.IBundleOrderer">
  481. <summary>Defines methods for ordering files within a <see cref="T:System.Web.Optimization.Bundle" />.</summary>
  482. </member>
  483. <member name="M:System.Web.Optimization.IBundleOrderer.OrderFiles(System.Web.Optimization.BundleContext,System.Collections.Generic.IEnumerable{System.Web.Optimization.BundleFile})"></member>
  484. <member name="T:System.Web.Optimization.IBundleResolver">
  485. <summary>Represents an interface used to query the BundleCollection for metadata.</summary>
  486. </member>
  487. <member name="M:System.Web.Optimization.IBundleResolver.GetBundleContents(System.String)">
  488. <summary>Returns a list of all the virtualPaths of the contents of the bundle.</summary>
  489. <returns>The list of virtual path.</returns>
  490. <param name="virtualPath">The virtual path for the bundle.</param>
  491. </member>
  492. <member name="M:System.Web.Optimization.IBundleResolver.GetBundleUrl(System.String)">
  493. <summary>Returns the versioned URL of the bundle.</summary>
  494. <returns>The versioned URL of the bundle.</returns>
  495. <param name="virtualPath">The virtual path.</param>
  496. </member>
  497. <member name="M:System.Web.Optimization.IBundleResolver.IsBundleVirtualPath(System.String)">
  498. <summary>Specifies whether the virtual path is to a bundle.</summary>
  499. <returns>true if the virtual path is to a bundle; Otherwise, false.</returns>
  500. <param name="virtualPath">The virtual path.</param>
  501. </member>
  502. <member name="T:System.Web.Optimization.IBundleTransform">
  503. <summary>Defines a method that transforms the files in a <see cref="T:System.Web.Optimization.BundleResponse" /> object.</summary>
  504. </member>
  505. <member name="M:System.Web.Optimization.IBundleTransform.Process(System.Web.Optimization.BundleContext,System.Web.Optimization.BundleResponse)">
  506. <summary>Transforms the content in the <see cref="T:System.Web.Optimization.BundleResponse" /> object.</summary>
  507. <param name="context">The bundle context.</param>
  508. <param name="response">The bundle response.</param>
  509. </member>
  510. <member name="T:System.Web.Optimization.IgnoreList">
  511. <summary>A list of filename patterns to be ignored and thereby excluded from bundles.</summary>
  512. </member>
  513. <member name="M:System.Web.Optimization.IgnoreList.#ctor">
  514. <summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.IgnoreList" /> class.</summary>
  515. </member>
  516. <member name="M:System.Web.Optimization.IgnoreList.Clear">
  517. <summary>Clears entire ignore list.</summary>
  518. </member>
  519. <member name="M:System.Web.Optimization.IgnoreList.FilterIgnoredFiles(System.Web.Optimization.BundleContext,System.Collections.Generic.IEnumerable{System.Web.Optimization.BundleFile})"></member>
  520. <member name="M:System.Web.Optimization.IgnoreList.Ignore(System.String)">
  521. <summary>Ignores the specified pattern regardless of the value set in <see cref="P:System.Web.Optimization.BundleTable.EnableOptimizations" />.</summary>
  522. <param name="item">The ignore pattern.</param>
  523. </member>
  524. <member name="M:System.Web.Optimization.IgnoreList.Ignore(System.String,System.Web.Optimization.OptimizationMode)">
  525. <summary>Ignores the specified pattern when in the appropriate <see cref="T:System.Web.Optimization.OptimizationMode" />.</summary>
  526. <param name="pattern">The ignore pattern.</param>
  527. <param name="mode">The <see cref="T:System.Web.Optimization.OptimizationMode" /> in which to apply the ignore pattern.</param>
  528. </member>
  529. <member name="M:System.Web.Optimization.IgnoreList.ShouldIgnore(System.Web.Optimization.BundleContext,System.String)">
  530. <summary>Determines whether a file should be ignored based on the ignore list.</summary>
  531. <returns>true if the filename matches a pattern in the <see cref="T:System.Web.Optimization.IgnoreList" />; otherwise, false.</returns>
  532. <param name="context">The <see cref="T:System.Web.Optimization.BundleContext" /> object that contains state for both the framework configuration and the HTTP request.</param>
  533. <param name="fileName">The name of the file to compare with the ignore list.</param>
  534. </member>
  535. <member name="T:System.Web.Optimization.IItemTransform"></member>
  536. <member name="M:System.Web.Optimization.IItemTransform.Process(System.String,System.String)"></member>
  537. <member name="T:System.Web.Optimization.JsMinify">
  538. <summary>Represents a BundleTransform that does CSS Minification.</summary>
  539. </member>
  540. <member name="M:System.Web.Optimization.JsMinify.#ctor">
  541. <summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.JsMinify" /> class.</summary>
  542. </member>
  543. <member name="M:System.Web.Optimization.JsMinify.Process(System.Web.Optimization.BundleContext,System.Web.Optimization.BundleResponse)">
  544. <summary>Transforms the bundle contents by applying javascript minification.</summary>
  545. <param name="context">The context associated with the bundle.</param>
  546. <param name="response">The <see cref="T:System.Web.Optimization.BundleResponse" />.</param>
  547. </member>
  548. <member name="T:System.Web.Optimization.OptimizationMode">
  549. <summary> OptimizationMode used by IgnoreList and FileExtensionReplacement. </summary>
  550. </member>
  551. <member name="F:System.Web.Optimization.OptimizationMode.Always">
  552. <summary> Always: Always ignore </summary>
  553. </member>
  554. <member name="F:System.Web.Optimization.OptimizationMode.WhenDisabled">
  555. <summary> WhenDisabled: Only when BundleTable.EnableOptimization = false </summary>
  556. </member>
  557. <member name="F:System.Web.Optimization.OptimizationMode.WhenEnabled">
  558. <summary> WhenEnabled: Only when BundleTable.EnableOptimization = true </summary>
  559. </member>
  560. <member name="T:System.Web.Optimization.OptimizationSettings">
  561. <summary>Configuration settings used by the <see cref="T:System.Web.Optimization.Optimizer" /> class to generate bundle responses outside of ASP.NET applications.</summary>
  562. </member>
  563. <member name="M:System.Web.Optimization.OptimizationSettings.#ctor">
  564. <summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.OptimizationSettings" /> class.</summary>
  565. </member>
  566. <member name="P:System.Web.Optimization.OptimizationSettings.ApplicationPath">
  567. <summary>The physical file path to resolve the ‘~’ token in virtual paths.</summary>
  568. <returns>The physical file path.</returns>
  569. </member>
  570. <member name="P:System.Web.Optimization.OptimizationSettings.BundleManifestPath">
  571. <summary>The path to the bundle manifest file that sets up the <see cref="T:System.Web.Optimization.BundleCollection" />.</summary>
  572. <returns>The path to the bundle manifest file that sets up the <see cref="T:System.Web.Optimization.BundleCollection" />.</returns>
  573. </member>
  574. <member name="P:System.Web.Optimization.OptimizationSettings.BundleSetupMethod">
  575. <summary>Gets or sets a callback function which is invoked after the bundle manifest is loaded to allow further customization of the bundle collection.</summary>
  576. <returns>A callback function which is invoked after the bundle manifest is loaded to allow further customization of the bundle collection.</returns>
  577. </member>
  578. <member name="P:System.Web.Optimization.OptimizationSettings.BundleTable"></member>
  579. <member name="T:System.Web.Optimization.Optimizer">
  580. <summary>Represents a standalone class for generating bundle responses outside of ASP.NET</summary>
  581. </member>
  582. <member name="M:System.Web.Optimization.Optimizer.BuildAllBundles(System.Web.Optimization.OptimizationSettings)"></member>
  583. <member name="M:System.Web.Optimization.Optimizer.BuildBundle(System.String,System.Web.Optimization.OptimizationSettings)">
  584. <summary>Builds a <see cref="T:System.Web.Optimization.BundleResponse" /> object from the declarations found in a bundle manifest file.</summary>
  585. <returns>The bundle response for specified <paramref name="bundlePath" />.</returns>
  586. <param name="bundlePath">The path to the bundle being requested.</param>
  587. <param name="settings">An <see cref="T:System.Web.Optimization.OptimizationSettings" /> object containing configuration settings for optimization.</param>
  588. </member>
  589. <member name="T:System.Web.Optimization.PreApplicationStartCode">
  590. <summary> Hooks up the BundleModule </summary>
  591. </member>
  592. <member name="M:System.Web.Optimization.PreApplicationStartCode.Start">
  593. <summary> Hooks up the BundleModule </summary>
  594. </member>
  595. <member name="T:System.Web.Optimization.ScriptBundle">
  596. <summary>Represents a bundle that does Js Minification.</summary>
  597. </member>
  598. <member name="M:System.Web.Optimization.ScriptBundle.#ctor(System.String)">
  599. <summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.ScriptBundle" /> class that takes a virtual path for the bundle.</summary>
  600. <param name="virtualPath">The virtual path for the bundle.</param>
  601. </member>
  602. <member name="M:System.Web.Optimization.ScriptBundle.#ctor(System.String,System.String)">
  603. <summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.ScriptBundle" /> class that takes virtual path and cdnPath for the bundle.</summary>
  604. <param name="virtualPath">The virtual path for the bundle.</param>
  605. <param name="cdnPath">The path of a Content Delivery Network (CDN).</param>
  606. </member>
  607. <member name="T:System.Web.Optimization.Scripts">
  608. <summary>Represents a type that allows queuing and rendering script elements.</summary>
  609. </member>
  610. <member name="P:System.Web.Optimization.Scripts.DefaultTagFormat">
  611. <summary>Gets or sets the default format string for defining how script tags are rendered.</summary>
  612. <returns>The default format string for defining how script tags are rendered.</returns>
  613. </member>
  614. <member name="M:System.Web.Optimization.Scripts.Render(System.String[])">
  615. <summary>Renders script tags for the following paths.</summary>
  616. <returns>The HTML string containing the script tag or tags for the bundle.</returns>
  617. <param name="paths">Set of virtual paths for which to generate script tags.</param>
  618. </member>
  619. <member name="M:System.Web.Optimization.Scripts.RenderFormat(System.String,System.String[])">
  620. <summary>Renders script tags for a set of paths based on a format string.</summary>
  621. <returns>The HTML string containing the script tag or tags for the bundle.</returns>
  622. <param name="tagFormat">The format string for defining the rendered script tags.</param>
  623. <param name="paths">Set of virtual paths for which to generate script tags.</param>
  624. </member>
  625. <member name="M:System.Web.Optimization.Scripts.Url(System.String)">
  626. <summary>Returns a fingerprinted URL if the <paramref name="virtualPath" /> is to a bundle, otherwise returns the resolve URL.</summary>
  627. <returns>A <see cref="T:System.Web.IHtmlString" /> that represents the URL.</returns>
  628. <param name="virtualPath">The virtual path.</param>
  629. </member>
  630. <member name="T:System.Web.Optimization.StyleBundle">
  631. <summary> Represents a bundle that does CSS minification. </summary>
  632. </member>
  633. <member name="M:System.Web.Optimization.StyleBundle.#ctor(System.String)">
  634. <summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.StyleBundle" /> class with a virtual path for the bundle. </summary>
  635. <param name="virtualPath">A virtual path for the bundle.</param>
  636. </member>
  637. <member name="M:System.Web.Optimization.StyleBundle.#ctor(System.String,System.String)">
  638. <summary>Initializes a new instance of the <see cref="T:System.Web.Optimization.StyleBundle" /> class with virtual path and CDN path for the bundle. </summary>
  639. <param name="virtualPath">A virtual path for the bundle.</param>
  640. <param name="cdnPath">A CDN path for the bundle.</param>
  641. </member>
  642. <member name="T:System.Web.Optimization.Styles">
  643. <summary>Represents a helper class for rendering link elements.</summary>
  644. </member>
  645. <member name="P:System.Web.Optimization.Styles.DefaultTagFormat">
  646. <summary>Gets or sets the default format string for defining how link tags are rendered.</summary>
  647. <returns>The default format string for defining how link tags are rendered.</returns>
  648. </member>
  649. <member name="M:System.Web.Optimization.Styles.Render(System.String[])">
  650. <summary>Renders link tags for a set of paths.</summary>
  651. <returns>A HTML string containing the link tag or tags for the bundle.</returns>
  652. <param name="paths">Set of virtual paths for which to generate link tags.</param>
  653. </member>
  654. <member name="M:System.Web.Optimization.Styles.RenderFormat(System.String,System.String[])">
  655. <summary>Renders link tags for a set of paths based on a format string.</summary>
  656. <returns>A HTML string containing the link tag or tags for the bundle.</returns>
  657. <param name="tagFormat">Format string for defining the rendered link tags.</param>
  658. <param name="paths">Set of virtual paths for which to generate link tags.</param>
  659. </member>
  660. <member name="M:System.Web.Optimization.Styles.Url(System.String)">
  661. <summary>Generates a version-stamped URL for a bundle.</summary>
  662. <returns>A fingerprinted URL.</returns>
  663. <param name="virtualPath">The virtual file path.</param>
  664. </member>
  665. </members>
  666. </doc>