ASP.NET Core plain text formatter, used for returning plain text API responses and accepting plain text requests.
Info
Version: | 2.1.0 |
Author(s): | filipw, WebApiContrib Contributors |
Last Update: | Friday, January 18, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/WebApiContrib/WebAPIContrib.Core/tree/master/src/WebApiContrib.Core.Formatter.PlainText |
NuGet Url: | https://www.nuget.org/packages/WebApiContrib.Core.Formatter.PlainText |
Install
Install-Package WebApiContrib.Core.Formatter.PlainText
dotnet add package WebApiContrib.Core.Formatter.PlainText
paket add WebApiContrib.Core.Formatter.PlainText
WebApiContrib.Core.Formatter.PlainText Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Mvc.Core(>= 2.1.3)
Tags