Skip to content

Instantly share code, notes, and snippets.

@tanaka-takayoshi
Created January 9, 2017 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tanaka-takayoshi/d691a866bfd5c1e115ddb9da66e16815 to your computer and use it in GitHub Desktop.
Save tanaka-takayoshi/d691a866bfd5c1e115ddb9da66e16815 to your computer and use it in GitHub Desktop.
[Authorize]
public IActionResult File()
{
return PhysicalFile(Path.Combine(environment.ContentRootPath, "www", "banner1.svg"), "image/svg+xml");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment