SimpleREST.NET 0.1
A simple and minimal api framework for .net base on Express.js
Loading...
Searching...
No Matches
ISimpleRestContentTypeParser.cs
Go to the documentation of this file.
1namespace SimpleRest.Api;
3{
4 Dictionary<Type, string> ContentTypes { get; }
5
11 public string GetType<T>();
12
13}
string GetType< T >()
Converts a .NET or custom type into an http content type.