Remove Model name from parameter when [FromUri] is used with Model · Issue #515 · domaindrivendev/Swashbuckle.WebApi
Hi all, Is there a way to remove the model name from appearing before the method parameter name, when a Model is specified as a [FromUri] input parameter to a web API? say I have a model called MyM...