Click or drag to resize
SessionToHTMLFragment Method
Returns HTML representing the Session. Call Utilities.StringToCF_HTML on the result of this function before placing it on the clipboard.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public string ToHTMLFragment(
	bool HeadersOnly
)

Parameters

HeadersOnly
Type: SystemBoolean
TRUE if only the headers should be copied.

Return Value

Type: String
A HTML-formatted fragment representing the current session.
See Also