|
SimpleREST.NET 0.1
A simple and minimal api framework for .net base on Express.js
|


Public Member Functions | |
| byte[] | GetBytes () |
| string | GetView () |
| string | GetRelativeFilePath (string pathFromCurrentFile, [CallerFilePath] string sourceFilePath="") |
Public Member Functions inherited from SimpleRest.Views.ISimpleRestView | |
Definition at line 5 of file SimpleRestHomeView.cs.
| byte[] SimpleRest.Views.SimpleRestHomeView.GetBytes | ( | ) |
Implements SimpleRest.Views.ISimpleRestView.
Definition at line 7 of file SimpleRestHomeView.cs.
| string SimpleRest.Views.SimpleRestHomeView.GetRelativeFilePath | ( | string | pathFromCurrentFile, |
| [CallerFilePath] string | sourceFilePath = "" ) |
| string SimpleRest.Views.SimpleRestHomeView.GetView | ( | ) |
Implements SimpleRest.Views.ISimpleRestView.
Definition at line 12 of file SimpleRestHomeView.cs.
