FileUploaderImageLinkCaption Property |
When set, this text will be used as the caption for a link to a file that failed to load in an IMG tag.
When this value is set, failure of the image to load will cause a link to the underlying file to be
presented with this caption. This allows for use of non-image files (e.g. PDF files) somewhat like an image.
Note that this is meaningful only if
ShowImages is set.
Namespace:
NetQuarry.WebControls
Assembly:
EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string ImageLinkCaption { get; set; }
Public Property ImageLinkCaption As String
Get
Set
Property Value
Type:
StringSee Also