Bearbeiten

UrlPropertyAttribute.Filter Property

Definition

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.

Applies to