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.
1
namespace
SimpleRest.Api
;
2
public
interface
ISimpleRestContentTypeParser
3
{
4
Dictionary<Type, string>
ContentTypes
{
get
; }
5
11
public
string
GetType<T>
();
12
13
}
SimpleRest.Api.ISimpleRestContentTypeParser
Definition
ISimpleRestContentTypeParser.cs:3
SimpleRest.Api.ISimpleRestContentTypeParser.ContentTypes
Dictionary< Type, string > ContentTypes
Definition
ISimpleRestContentTypeParser.cs:4
SimpleRest.Api.ISimpleRestContentTypeParser.GetType< T >
string GetType< T >()
Converts a .NET or custom type into an http content type.
SimpleRest.Api
Definition
Enums.cs:1
Src
Interfaces
ISimpleRestContentTypeParser.cs
Generated by
1.12.0