dotnet / systemweb-adapters

MIT License
338 stars 60 forks source link

Enable HttpRequest.PhysicalPath #410

Closed twsouthwick closed 1 year ago

twsouthwick commented 1 year ago

This change just adds the API with a default to null as we don't really have an equivalent for what a physical path is in ASP.NET Core.

Fixes #373