Sagar
Sagar

Reputation: 292

How to fetch all method name which are defined in web service in ASP. NET

Is there any way to fetch on the method at client side from webservice

Upvotes: 0

Views: 171

Answers (1)

wvisaacs
wvisaacs

Reputation: 188

Swashbuckle - Swagger for WebApi will generate pages documenting your api methods for you. You can customize it later if you need to.

https://www.nuget.org/packages/Swashbuckle

Upvotes: 1

Related Questions