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 f9333fb commit 82c35ebCopy full SHA for 82c35eb
documentation/ASP009.md
@@ -32,11 +32,25 @@ Use kebab-cased urls.
32
33
## Motivation
34
35
-ADD MOTIVATION HERE
+```cs
36
+[HttpGet(""api/TwoWords"")]
37
+public IActionResult GetId()
38
+{
39
+ ...
40
+}
41
+```
42
43
## How to fix violations
44
-ADD HOW TO FIX VIOLATIONS HERE
45
46
+[HttpGet(""api/two-words"")]
47
48
49
50
51
52
+
53
+Use kebab-cased urls.
54
55
<!-- start generated config severity -->
56
## Configure severity
0 commit comments