SimpleREST.NET
0.1
A simple and minimal api framework for .net base on Express.js
Loading...
Searching...
No Matches
ISimpleRestUriTemplateFormatter.cs
Go to the documentation of this file.
1
namespace
SimpleRest.Api
;
2
public
interface
ISimpleRestUriTemplateFormatter
3
{
4
public
string
GetTemplatePattern
(
string
originalTemplatePattern);
5
}
SimpleRest.Api.ISimpleRestUriTemplateFormatter
Definition
ISimpleRestUriTemplateFormatter.cs:3
SimpleRest.Api.ISimpleRestUriTemplateFormatter.GetTemplatePattern
string GetTemplatePattern(string originalTemplatePattern)
SimpleRest.Api
Definition
Enums.cs:1
Src
Interfaces
ISimpleRestUriTemplateFormatter.cs
Generated by
1.12.0