getText


Description:

public static string? getText (string url)

Sends a GET request and returns the response body as text.

Parameters:

url

target URL.

Returns:

body text or null on error.