SessionToHTMLFragment Method |
Returns HTML representing the Session. Call Utilities.StringToCF_HTML on the result of this function before placing it on the clipboard.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public string ToHTMLFragment(
bool HeadersOnly
)
Public Function ToHTMLFragment (
HeadersOnly As Boolean
) As String
public:
String^ ToHTMLFragment(
bool HeadersOnly
)
Parameters
- HeadersOnly
- Type: SystemBoolean
TRUE if only the headers should be copied.
Return Value
Type:
StringA HTML-formatted fragment representing the current session.
See Also