Bundle Properties
The Bundle type exposes the following members.
| Name | Description | |
|---|---|---|
|
Builder | Gets the object used to build the bundle content from the individual files included in the Bundle object. |
|
CdnFallbackExpression | Gets the script expression rendered by the Scripts helper class to reference the local bundle file if the CDN is unavailable. |
|
CdnPath | Gets or sets an alternate URL for the bundle when it is stored in a content delivery network. |
|
ConcatenationToken | Gets the token inserted between bundled files to ensure that the final bundle content is valid. |
|
EnableFileExtensionReplacements | Gets a value that specifies whether to use the FileExtensionReplacementList. |
|
Orderer | Gets a value that determines the order of files in a bundle. |
|
Path | Gets the virtual path used to reference the Bundle from within a view or Web page. |
|
Transforms | Gets the transforms which process the contents of a bundle. |
Show: