1

Is there some tool I can use to document (i.e. generate HTML or XML docs for) my ASP.NET MVC 3 application's controller/action/datatypes interface?

2 Answers 2

2

You can give Sandcastle a shot

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

Comments

2

MVCScaffolding ( http://blog.stevensanderson.com/2011/01/13/scaffold-your-aspnet-mvc-3-project-with-the-mvcscaffolding-package/) can generate anything in ASP.NET MVC. Its power is template customization which generates not only necessary actions but also views, models, and so on as you exactly want.

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.