HTTPHelperAddContentDispositionHeader Method (IResponse, Boolean, String) |
Adds Content-Disposition Header to response.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static void AddContentDispositionHeader(
IResponse response,
bool isAttachment,
string fileName
)
Parameters
- response
- Type: CMS.Base.InternalIResponse
- isAttachment
- Type: SystemBoolean
- fileName
- Type: SystemString
See Also