BundleCollection.DirectoryFilter Property
Gets a list of file patterns which are ignored when including files using wildcards or substitution tokens.
Namespace: System.Web.Optimization
Assembly: System.Web.Optimization (in System.Web.Optimization.dll)
Syntax
'Declaration
Public ReadOnly Property DirectoryFilter As IgnoreList
Get
'Usage
Dim instance As BundleCollection
Dim value As IgnoreList
value = instance.DirectoryFilter
public IgnoreList DirectoryFilter { get; }
public:
property IgnoreList^ DirectoryFilter {
IgnoreList^ get ();
}
member DirectoryFilter : IgnoreList
function get DirectoryFilter () : IgnoreList
Property Value
Type: System.Web.Optimization.IgnoreList
A list of file patterns.