Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created December 28, 2021 11:15
Show Gist options
  • Save bjoerntx/d8e711426609385de1ae24a82b605d9b to your computer and use it in GitHub Desktop.
Save bjoerntx/d8e711426609385de1ae24a82b605d9b to your computer and use it in GitHub Desktop.
app.UseStaticFiles(new StaticFileOptions
{
FileProvider = new Microsoft.Extensions.FileProviders.PhysicalFileProvider(
System.IO.Path.Combine(System.IO.Path.GetDirectoryName(
System.Reflection.Assembly.GetEntryAssembly().Location),
"TXTextControl.Web")),
RequestPath = "/TXTextControl.Web.MyName"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment