Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UrlPropertyAttribute::Filter Property

 

Gets a file filter associated with the URL-specific property.

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

public:
property String^ Filter {
	String^ get();
}

Property Value

Type: System::String^

A 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
Return to top
Show:
© 2017 Microsoft