Web API Help Pages - User-specific response type
问题 I'm developing an API that outputs a different response based on the user, and I'm currently using the ResponseType attribute to describe the type of response that's returned, but this only allows me to specify one type of response, which will differ between users. Is there any way I can customise the help pages to display the response type that the user will get? 回答1: HelpPage does not support these dynamic response types and relies on available static information. HelpPage doesn't support