Table of Contents

Enum SubmitMethod

Namespace
Swashbuckle.AspNetCore.SwaggerUI
Assembly
Swashbuckle.AspNetCore.SwaggerUI.dll
public enum SubmitMethod

Fields

Delete = 3
Get = 0
Head = 5
Options = 4
Patch = 6
Post = 2
Put = 1
Trace = 7