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 Constructor ()

 

Initializes a new default instance of the UrlPropertyAttribute class.

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

public:
UrlPropertyAttribute()

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 "*.*".

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft