Click or drag to resize

HyperlinkDownload Property

The download attribute specifies that the target will be downloaded when a user clicks on the hyperlink and this attribute value is the name of the downloaded file.

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public string Download { get; set; }

Property Value

String
See Also