UrlPropertyAttribute.Filter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a file filter associated with the URL-specific property.
public:
property System::String ^ Filter { System::String ^ get(); };
public string Filter { get; }
member this.Filter : string
Public ReadOnly Property Filter As String
Property Value
A file filter associated with the URL-specific property. The default is "*.*".
Remarks
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.