MapperUtilsApplyFileHandlingAttrs Method |
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
)
Public Shared Sub ApplyFileHandlingAttrs (
fld As IField,
link As HyperLink
)
Parameters
- fld
- Type: NetQuarry.DataIField
The file field. - link
- Type: System.Web.UI.WebControlsHyperLink
The file download hyperlink.
See Also