Skip to main content

My Second 🙈

·35 words·1 min

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.