Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created April 15, 2024 16:14
Show Gist options
  • Save bjoerntx/696cf60d829fe932abdffa03b1973539 to your computer and use it in GitHub Desktop.
Save bjoerntx/696cf60d829fe932abdffa03b1973539 to your computer and use it in GitHub Desktop.
public IActionResult Index()
{
byte[] data = System.IO.File.ReadAllBytes("Documents/demo.tx");
ViewBag.Document = data;
return View();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment