Bundle Methods
The Bundle type exposes the following members.
| Name | Description | |
|---|---|---|
|
ApplyTransforms | Applies the transforms to the bundle. |
|
CacheLookup | Overrides this to implement own caching logic. |
|
EnumerateFiles | Generates an enumeration of VirtualFile objects that represent the contents of the bundle. |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GenerateBundleResponse | Processes the bundle request to generate the response. |
|
GetCacheKey | Gets the cache key for the specified bundle context. |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
Include(String[]) | Specifies a set of files to be included in the Bundle. |
|
Include(String, IItemTransform[]) | Specifies a set of files to be included in the Bundle. |
|
IncludeDirectory(String, String) | Includes all files in a directory that match a search pattern. |
|
IncludeDirectory(String, String, Boolean) | Includes all files in a directory that match a search pattern. |
|
MemberwiseClone | (Inherited from Object.) |
|
ToString | (Inherited from Object.) |
|
UpdateCache | Updates the cache with the specified bundle response. |
Show: