Click or drag to resize

MapperUtilsApplyFileHandlingAttrs Method

Apply the IE6/https/attachment-download hack (RequiredIE6FileDownloadHack(IField)), if appropriate.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void ApplyFileHandlingAttrs(
	IField fld,
	HyperLink link
)

Parameters

fld
Type: NetQuarry.DataIField
The file field.
link
Type: System.Web.UI.WebControlsHyperLink
The file download hyperlink.
See Also