c# - custom additional information in API documentation -
i've read here additional information of web api page. data annotation provides additional information documentation. want know there anyway provide additional information without data annotations?
if yes how?
if not there anyway override additional information data annotations instance
[required]
shows required written in additional information if want show "this field required" or that?
thanks
edit see in picture want update additional information without data annotation if possible.
if want give custom additional information(using data annotation) @pedro g. dias's answer solution if want give additional information without using data annotation afraid not possible or have use alternative procedure commented @dynamicvariable on question.
ps. i've debugged documentation project check , found addition information provided data annotations.
Comments
Post a Comment