Skip to content

Instantly share code, notes, and snippets.

@illegitimis
Created November 6, 2018 09:48
Show Gist options
  • Save illegitimis/95d0929bf2234dc4245986e1b18afb91 to your computer and use it in GitHub Desktop.
Save illegitimis/95d0929bf2234dc4245986e1b18afb91 to your computer and use it in GitHub Desktop.
public class HeaderParameter : Swashbuckle.AspNetCore.Swagger.NonBodyParameter
{
public HeaderParameter()
{
In = "header";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment