System.Web.Http
DLL compiles in .NET 7 application. I have Used RoutePrefixAttribute
class in .NET 7 App and the solution compiled successfully, There is no warnings in the Dependencies section. Couldn't find any proper explanation of how that dll compiles. Help me to understand how it works in .NET 7 App.
So can we use System.Web
dll in .NET 7?.
Reference Link: Here..