0

I've created an empty ASP.NET Web API project and I've been working on it for some time. At the beginning I wasn't thinking that I would eventually need a help page and APIs description. Is there any way to add this page automatically in an empty ASP.NET Web API project or will I have to create a new project or find some other work around?

I want to have this page with my APIs.

enter image description here

1 Answer 1

2

You can simply add the Microsoft ASP.NET Web API Help Page Nuget Package to your project and the help pages will be automatically generated.

For more info see: Creating Help Pages for ASP.NET Web API

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.