Contains extension methods for Recorder.
Methods
public static string ExportHtml(Recorder recorder)
Exports the recorded content as HTML.
Parameters:
recorder (Recorder)The recorder.
Returns:
The recorded content as HTML.
public static string ExportText(Recorder recorder)
Exports the recorded content as text.
Parameters:
recorder (Recorder)The recorder.
Returns:
The recorded content as text.