I have one question like, when I enable documentation feature through 
swagger I am able to see all kind of information about my Web API 
documentation but their no details about your Controller name/summary 
 detail.


So basically my question is how to show controller documentation content 
like for below example

/// <summary>
/// Represents the alert api controller class.
/// </summary>
public class XYZController : ApiController
{

}

On enabling swagger I am not able to see this content any where ” 
Represents the XYZ api controller class.”

Please help how can I tackle this issue.

-- 
You received this message because you are subscribed to the Google Groups 
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to