When you run the WebService project in VisualStudio (VS), you really see some HTML documentation, but help on C # comments don't go to HTML. You can get a description for each web method using the Description property of the WebMethod attribute, however this means duplicating the text from the comment help, and also does not allow you to document the parameters of the web method, as far as I can tell.
Is there an easy way to find the comment help already present in C # code?
Thankyou.
source share