SimpleREST.NET 0.1
A simple and minimal api framework for .net base on Express.js
Loading...
Searching...
No Matches
SimpleRest.Views.ISimpleRestView Interface Reference
Inheritance diagram for SimpleRest.Views.ISimpleRestView:

Public Member Functions

string GetView ()
 
byte[] GetBytes ()
 

Detailed Description

Definition at line 2 of file ISimpleRestView.cs.

Member Function Documentation

◆ GetBytes()

byte[] SimpleRest.Views.ISimpleRestView.GetBytes ( )

◆ GetView()

string SimpleRest.Views.ISimpleRestView.GetView ( )

Implemented in SimpleRest.Views.ResourceNotFoundView, and SimpleRest.Views.SimpleRestHomeView.

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: