Hi,
As description is a field of html type so images are reside in the below format
<img src="http://<server>:8080/tfs/<collection>/WorkItemTracking/v1.0/AttachFileHandler.ashx?FileNameGuid=a46ce6a0-a177-4c08-be40-c7f31b5622de&FileName=temp1528187521590.png" style="width:484.5px;">
While entering the above url at browsers address bar and press enter the image is automatically downloaded. I need that functional via c# code while click on a button want to download that image.
Thank you for your help inadvance.