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:

  1. is there tool similar asp.net pages can auto generate documentation regular controllers?
  2. is there way expand asp.net pages include support regular controllers.?

danke.


Comments

Popular posts from this blog

python - How to create jsonb index using GIN on SQLAlchemy? -

PHP DOM loadHTML() method unusual warning -

c# - TransactionScope not rolling back although no complete() is called -