Info
Version: | 5.3.0 |
Author(s): | Microsoft |
Last Update: | Monday, October 23, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.asp.net/web-api |
NuGet Url: | https://www.nuget.org/packages/Microsoft.AspNet.WebApi.OwinSelfHost |
Install
Install-Package Microsoft.AspNet.WebApi.OwinSelfHost
dotnet add package Microsoft.AspNet.WebApi.OwinSelfHost
paket add Microsoft.AspNet.WebApi.OwinSelfHost
Microsoft.AspNet.WebApi.OwinSelfHost Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNet.WebApi.Owin(>= 5.2.7 && < 5.3.0)
- Microsoft.Owin.Hosting(>= 2.0.2)
- Microsoft.Owin.Host.HttpListener(>= 2.0.2)
Tags
ASP.NET Web API is a framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices. ASP.NET Web API is an ideal platform for building RESTful applications on the .NET Framework.