UrlPropertyAttribute.Filter Property
.NET Framework (current version)
Gets a file filter associated with the URL-specific property.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.StringA file filter associated with the URL-specific property. The default is "*.*".
A designer provides a filter in file selectors based on the UrlPropertyAttribute attribute. By default, it is initialized to "*.*", which specifies all files with a file extension. You can set the filter for more specific file types; for example, the filter "*.aspx" indicates that only ASP.NET files are represented by the URL-specific property.
.NET Framework
Available since 2.0
Available since 2.0
Show: