Image.DescriptionUrl Property
Assembly: System.Web (in system.web.dll)
public: virtual property String^ DescriptionUrl { String^ get (); void set (String^ value); }
/** @property */ public String get_DescriptionUrl () /** @property */ public void set_DescriptionUrl (String value)
public function get DescriptionUrl () : String public function set DescriptionUrl (value : String)
Property Value
The URL for the file that contains a detailed description for the image. The default is an empty string ("").The DescriptionUrl property specifies an HTML file that provides additional details for the image. The DescriptionUrl property renders as the longdesc attribute for the image control. If the DescriptionUrl property is not set, or is set to an empty string (""), the Image control renders without the longdesc attribute.
Use the DescriptionUrl property to supplement the AlternateText property. For example, if you use an Image control to display an image of the solar system, you can set the AlternateText property to The Solar System, and then set the DescriptionUrl property to an HTML page that further describes the image of planets orbiting the sun in the solar system.
The DescriptionUrl property is optional, but it can enhance the accessibility of your Web page for text-only browsers and screen readers. Browsers can use the detailed text description to convey important concepts in place of, or in addition to, the visual image. Refer to your browser documentation for details on how it uses the descriptive content specified by the longdesc attribute.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.