SimpleREST.NET
0.1
A simple and minimal api framework for .net base on Express.js
Loading...
Searching...
No Matches
ISimpleRestView.cs
Go to the documentation of this file.
1
namespace
SimpleRest.Views
;
2
public
interface
ISimpleRestView
3
{
4
public
string
GetView
();
5
public
byte
[]
GetBytes
();
6
}
SimpleRest.Views.ISimpleRestView
Definition
ISimpleRestView.cs:3
SimpleRest.Views.ISimpleRestView.GetBytes
byte[] GetBytes()
SimpleRest.Views.ISimpleRestView.GetView
string GetView()
SimpleRest.Views
Definition
ResourceNotFoundView.cs:3
Src
Interfaces
ISimpleRestView.cs
Generated by
1.12.0