BundleResponse.Files Property
Gets or sets the list of files in the bundle.
Namespace: System.Web.Optimization
Assembly: System.Web.Optimization (in System.Web.Optimization.dll)
Syntax
'Declaration
Public Property Files As IEnumerable(Of BundleFile)
Get
Set
'Usage
Dim instance As BundleResponse
Dim value As IEnumerable(Of BundleFile)
value = instance.Files
instance.Files = value
public IEnumerable<BundleFile> Files { get; set; }
public:
property IEnumerable<BundleFile^>^ Files {
IEnumerable<BundleFile^>^ get ();
void set (IEnumerable<BundleFile^>^ value);
}
member Files : IEnumerable<BundleFile> with get, set
function get Files () : IEnumerable<BundleFile>
function set Files (value : IEnumerable<BundleFile>)
Property Value
Type: System.Collections.Generic.IEnumerable<BundleFile>
The list of files in the bundle.