User1970040472 posted
Is there any way I can easily create an instance of ApiDescription manually for my controller?
I have a situation that I need to create this manually to populate data properly for Help page.
Well..I can look it up from .NET reflector to see how this internally has been implemented, and I *might* be able to duplicate it to create the instance manually..
however, curious, is there any simple and better way to do this by using a sort of functionality MS provides somehow?
Thanks,