UrlPropertyAttribute Constructor ()
Initializes a new default instance of the UrlPropertyAttribute class.
Assembly: System.Web (in System.Web.dll)
A default instance of the UrlPropertyAttribute class is initialized with the Filter property set to the value "*.*".
The following code example demonstrates a class that implements a URL-specific property. In this code example, a default UrlPropertyAttribute attribute is applied to the TargetUrl property of the CustomHyperLinkControl class. The attribute indicates support for all URL types and specifies a default file filter set to "*.*".
Available since 2.0