Click or drag to resize
HTTPHelperAddContentDispositionHeader Method (HttpResponse, Boolean, String)
Adds Content-Disposition Header to response.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
public static void AddContentDispositionHeader(
	HttpResponse response,
	bool isAttachment,
	string fileName
)

Parameters

response
Type: System.WebHttpResponse
isAttachment
Type: SystemBoolean
fileName
Type: SystemString
See Also