1
Answer

Web Api URL accpect( # hash) values ?

Rahul jyala

Rahul jyala

8y
301
1
i have a problem related to  Web Api URL  
 
http://localhost:xxxxx/api/GetBooks gets me the result of books
 
but if i do something like that 
 
http://localhost:xxxxx/api/GetBooks#xyz gets me the same result of books 
 
how to prevent #xyz from my URL I want neat and clean URL ?
 
All help will be appreciated
 
 
 
Answers (1)