We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9968b09 commit ac8f457Copy full SHA for ac8f457
README.md
@@ -81,7 +81,7 @@ public interface IGuidelineApi : IApiContract
81
82
Task GetWithReferenceType(SimpleModel model);
83
84
- [HttpPost]
+ [HttpPostMarker]
85
Task TaskActionPost(SimpleModel model);
86
}
87
```
@@ -154,7 +154,4 @@ public class GuidelineController : Controller, IGuidelineApi
154
155
156
### Prerequisites
157
-> [ASP.NET Core](https://github.com/aspnet/Home)
158
-
159
-### Installation
160
-> dotnet restore
+> [ASP.NET Core](https://github.com/aspnet/Home)
0 commit comments