HTTPHelperSetFileDisposition Method |
Sets the file disposition to the output
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
Syntax public static void SetFileDisposition(
string fileName,
string extension
)
Parameters
- fileName
- Type: SystemString
File name (e.g. image.png) - extension
- Type: SystemString
File extension
See Also