Click or drag to resize
HTTPHelperAddContentDispositionHeader Method (IResponse, 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(
	IResponse response,
	bool isAttachment,
	string fileName
)

Parameters

response
Type: CMS.Base.InternalIResponse
isAttachment
Type: SystemBoolean
fileName
Type: SystemString
See Also