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

Public Member Functions

byte[] GetBytes ()
 
string GetView ()
 
string GetRelativeFilePath (string pathFromCurrentFile, [CallerFilePath] string sourceFilePath="")
 
- Public Member Functions inherited from SimpleRest.Views.ISimpleRestView

Detailed Description

Definition at line 5 of file SimpleRestHomeView.cs.

Member Function Documentation

◆ GetBytes()

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

Implements SimpleRest.Views.ISimpleRestView.

Definition at line 7 of file SimpleRestHomeView.cs.

◆ GetRelativeFilePath()

string SimpleRest.Views.SimpleRestHomeView.GetRelativeFilePath ( string pathFromCurrentFile,
[CallerFilePath] string sourceFilePath = "" )

Definition at line 18 of file SimpleRestHomeView.cs.

Here is the caller graph for this function:

◆ GetView()

string SimpleRest.Views.SimpleRestHomeView.GetView ( )

Implements SimpleRest.Views.ISimpleRestView.

Definition at line 12 of file SimpleRestHomeView.cs.

Here is the call graph for this function:

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