HttpResponseMessageUtility.ReadContentPreviewAsync method

Reads a content preview from the response.

public static Task<string?> ReadContentPreviewAsync(HttpResponseMessage response)
parameter description
response The response.

Return Value

The content preview.

See Also