Method OSC_EndHyperlink
OSC_EndHyperlink()
Ends a hyperlink using OSC 8 escape sequence.
public static string OSC_EndHyperlink()
Returns
- string
The OSC 8 end sequence.
Remarks
This terminates the hyperlink started by OSC_StartHyperlink(string, string?). Format: ESC ] 8 ; ; ST (empty URL ends the hyperlink).