Introduction
#
This is bold text, and this is emphasized text.
Visit the Hugo website!
Example: see_no_evil 🙈, hear_no_evil 🙉, speak_no_evil 🙊.
public async Task<IActionResult> UploadFile(string content)
{
await _client.UploadString(content);
}
This is the way.