Click or drag to resize
HTTPSendGetFileHeader Method
Returns the proper content information for the file we are sending.

Namespace: Kettic.AspNet.Controls.Editor.DialogControls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string GetFileHeader(
	string Filename
)

Parameters

Filename
Type: SystemString
The local path to the file that should be sent.

Return Value

Type: String
All file headers, properly formatted in a string.
See Also