BundleDefinition.Includes Property
Gets the files included in the bundle.
Namespace: System.Web.Optimization
Assembly: System.Web.Optimization (in System.Web.Optimization.dll)
Syntax
'Declaration
Public Property Includes As IList(Of String)
Get
Friend Set
'Usage
Dim instance As BundleDefinition
Dim value As IList(Of String)
value = instance.Includes
public IList<string> Includes { get; internal set; }
public:
property IList<String^>^ Includes {
IList<String^>^ get ();
internal: void set (IList<String^>^ value);
}
member Includes : IList<string> with get, internal set
function get Includes () : IList<String>
internal function set Includes (value : IList<String>)
Property Value
Type: System.Collections.Generic.IList<String>
The files included in the bundle.