BundleCollection.IgnoreList Property

Gets the list of files to ignore.

Namespace:  System.Web.Optimization
Assembly:  System.Web.Optimization (in System.Web.Optimization.dll)

Syntax

'Declaration
Public ReadOnly Property IgnoreList As IgnoreList 
    Get
'Usage
Dim instance As BundleCollection 
Dim value As IgnoreList 

value = instance.IgnoreList
public IgnoreList IgnoreList { get; }
public:
property IgnoreList^ IgnoreList {
    IgnoreList^ get ();
}
member IgnoreList : IgnoreList
function get IgnoreList () : IgnoreList

Property Value

Type: System.Web.Optimization.IgnoreList
The list of files to ignore.

See Also

Reference

BundleCollection Class

System.Web.Optimization Namespace