Click here to Skip to main content
15,867,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to add the <remarks> on a property in a model.
public class MyModel
 {
     /// <summary>summary</summary>
     /// <remarks>
     /// example: ...
     /// </remarks>
     public int id { get; set; }

 }

The remarks will not show.

What I have tried:

I find the official swashbukle, it has no this introduction.
Posted
Updated 28-Feb-21 18:55pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900