Guest User

Untitled

a guest
Mar 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Request 1: .../api/ocurrence/type/This is / a single parameter
  2.  
  3. [HttpGet, Route("api/ocurrence/type/{*group}")]
  4. public IEnumerable<string> Foo(string bar)
  5. {
  6. // Do something
  7. }
  8.  
  9. // Does not work
  10. Request 2: .../api/ocurrence/type/This is + a single parameter
  11. Request 3: .../api/ocurrence/type/This is º a single parameter
Add Comment
Please, Sign In to add comment