DynamicFolderBundle Class
Represents a Bundle object that ASP.NET creates from a folder that contains files of the same type.
Inheritance Hierarchy
System.Object
System.Web.Optimization.Bundle
System.Web.Optimization.DynamicFolderBundle
Namespace: System.Web.Optimization
Assembly: System.Web.Optimization (in System.Web.Optimization.dll)
Syntax
'Declaration
Public Class DynamicFolderBundle _
Inherits Bundle
'Usage
Dim instance As DynamicFolderBundle
public class DynamicFolderBundle : Bundle
public ref class DynamicFolderBundle : public Bundle
type DynamicFolderBundle =
class
inherit Bundle
end
public class DynamicFolderBundle extends Bundle
The DynamicFolderBundle type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DynamicFolderBundle(String, String) | Initializes a new instance of the DynamicFolderBundle class. | |
DynamicFolderBundle(String, String, Boolean) | Initializes a new instance of the DynamicFolderBundle class. | |
DynamicFolderBundle(String, String, IBundleTransform[]) | Initializes a new instance of the DynamicFolderBundle class. | |
DynamicFolderBundle(String, String, Boolean, IBundleTransform[]) | Initializes a new instance of the DynamicFolderBundle class. |
Top
Properties
Name | Description | |
---|---|---|
Builder | Gets the object used to build the bundle content from the individual files included in the Bundle object. (Inherited from Bundle.) | |
CdnFallbackExpression | Gets the script expression rendered by the Scripts helper class to reference the local bundle file if the CDN is unavailable. (Inherited from Bundle.) | |
CdnPath | Gets or set the path of a Content Delivery Network (CDN) that contains the folder bundle. | |
ConcatenationToken | Gets the token inserted between bundled files to ensure that the final bundle content is valid. (Inherited from Bundle.) | |
EnableFileExtensionReplacements | Gets a value that specifies whether to use the FileExtensionReplacementList. (Inherited from Bundle.) | |
Orderer | Gets a value that determines the order of files in a bundle. (Inherited from Bundle.) | |
Path | Gets the virtual path used to reference the Bundle from within a view or Web page. (Inherited from Bundle.) | |
SearchPattern | Gets or sets the search pattern for the folder bundle. | |
SearchSubdirectories | Gets or sets whether the search pattern is applied to subdirectories. | |
Transforms | Gets the transforms which process the contents of a bundle. (Inherited from Bundle.) |
Top
Methods
Name | Description | |
---|---|---|
ApplyTransforms | Applies the transforms to the bundle. (Inherited from Bundle.) | |
CacheLookup | Overrides this to implement own caching logic. (Inherited from Bundle.) | |
EnumerateFiles | Returns all the base methods files and any dynamic files found in the requested directory. (Overrides Bundle.EnumerateFiles(BundleContext).) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GenerateBundleResponse | Processes the bundle request to generate the response. (Inherited from Bundle.) | |
GetCacheKey | Gets the cache key for the specified bundle context. (Inherited from Bundle.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Include(String[]) | Specifies a set of files to be included in the Bundle. (Inherited from Bundle.) | |
Include(String, IItemTransform[]) | Specifies a set of files to be included in the Bundle. (Inherited from Bundle.) | |
IncludeDirectory(String, String) | Includes all files in a directory that match a search pattern. (Inherited from Bundle.) | |
IncludeDirectory(String, String, Boolean) | Includes all files in a directory that match a search pattern. (Inherited from Bundle.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
UpdateCache | Updates the cache with the specified bundle response. (Inherited from Bundle.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.