c# - Using ASP.net help pages with regular controllers -
i've used asp.net pages create pretty dope api. of api controllers in sub folder called api under controllers. routes api controllers are:
api/admin/{controller}/{id}
and
api/{placeholder}/{controller}/{id}
i want create documentation regular mvc controllers (not api controllers). i've googled around quite bit , tried adding route controllers in routes webapi. didn't work.
my questions:
- is there tool similar asp.net pages can auto generate documentation regular controllers?
- is there way expand asp.net pages include support regular controllers.?
danke.
Comments
Post a Comment