|
5 | 5 |
|
6 | 6 | ### Table of contents |
7 | 7 |
|
8 | | -#### [Controller instantiation](#controller-instantiation) |
9 | | -#### [Authenticated user](#authenticated-user) |
10 | | -#### [Calling actions](#calling-actions) |
11 | | -#### [Model state validation](#model-state-validation) |
12 | | -#### [Catching thrown exceptions](#catching-thrown-exceptions) |
13 | | -#### [Generic result](#generic-result) |
14 | | -#### [Any result](#any-result) |
15 | | -#### [Ok result](#ok-result) |
16 | | -#### [Unauthorized result](#unauthorized-result) |
17 | | -#### [BadRequest result](#badrequest-result) |
18 | | -#### [JSON result](#json-result) |
19 | | -#### [StatusCode result](#statuscode-result) |
20 | | -#### [NotFound result](#notfound-result) |
21 | | -#### [Conflict result](#conflict-result) |
22 | | -#### [EmptyContent (void) result](#emptycontent-void-result) |
23 | | -#### [AndProvide... methods](#andprovide-methods) |
| 8 | + - [Controller instantiation](#controller-instantiation) |
| 9 | + - [Authenticated user](#authenticated-user) |
| 10 | + - [Calling actions](#calling-actions) |
| 11 | + - [Model state validation](#model-state-validation) |
| 12 | + - [Catching thrown exceptions](#catching-thrown-exceptions) |
| 13 | + - [Generic result](#generic-result) |
| 14 | + - [Any result](#any-result) |
| 15 | + - [Ok result](#ok-result) |
| 16 | + - [Unauthorized result](#unauthorized-result) |
| 17 | + - [BadRequest result](#badrequest-result) |
| 18 | + - [JSON result](#json-result) |
| 19 | + - [StatusCode result](#statuscode-result) |
| 20 | + - [NotFound result](#notfound-result) |
| 21 | + - [Conflict result](#conflict-result) |
| 22 | + - [EmptyContent (void) result](#emptycontent-void-result) |
| 23 | + - [AndProvide... methods](#andprovide-methods) |
24 | 24 |
|
25 | 25 | ### Controller instantiation |
26 | 26 |
|
|
0 commit comments