Computer Science, asked by ahanabhattacherjee, 7 hours ago

What parameter is optional in an http.request?​

Answers

Answered by Anonymous
1

Answer:

Optional Parameters in Web API Attribute Routing and Default Values: You can make a URI parameter as optional by adding a question mark (“?”) to the route parameter. If you make a route parameter as optional then you must specify a default value by using parameter = value for the method parameter.

Similar questions