BundleResponse Class
Encapsulates the response data that will be sent for a bundle request.
Assembly: System.Web.Optimization (in System.Web.Optimization.dll)
The BundleResponse type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BundleResponse() | Initializes a new instance of the BundleResponse class. |
![]() | BundleResponse(String, IEnumerable<BundleFile>) | Initializes a new instance of the BundleResponse class. |
| Name | Description | |
|---|---|---|
![]() | Cacheability | Gets or sets a value that is used to set the Cache-Control HTTP header. |
![]() | Content | Gets or sets the content of the bundle which is sent as the response body. |
![]() | ContentType | Gets or sets the media type that is sent in the HTTP content/type header. |
![]() | Files | Gets or sets the list of files in the bundle. |
Show:
