HTTPHelperAddContentDispositionHeader Method (HttpResponse, 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(
HttpResponse response,
bool isAttachment,
string fileName
)
Parameters
- response
- Type: System.WebHttpResponse
- isAttachment
- Type: SystemBoolean
- fileName
- Type: SystemString
See Also