T
thecodefool
Hi
I have created several webservices, I need to do some better documentation than what is available now.
I would like to create some sort of Description, Code section i.e. how to invoke a certain method in like a code block and so on
I can do this by typing out the html like this [WebMethod(Description="This is my description <b>This is some html</b><br> this is a new line<p style='color:green'>THis could be a code block</p>")
This is all good, but isn't there an easier way
Could I use a stylesheet
Any answer would be appreciated or a sample would be better :-
Thanks
I have created several webservices, I need to do some better documentation than what is available now.
I would like to create some sort of Description, Code section i.e. how to invoke a certain method in like a code block and so on
I can do this by typing out the html like this [WebMethod(Description="This is my description <b>This is some html</b><br> this is a new line<p style='color:green'>THis could be a code block</p>")
This is all good, but isn't there an easier way
Could I use a stylesheet
Any answer would be appreciated or a sample would be better :-
Thanks