Skip to content
DocsTry Aspire
DocsTry

Method

Enum
📦 Aspire.Hosting.AWS v13.7.2
enum Method {
Any = 0,
Get = 1,
Post = 2,
Put = 3,
Delete = 4,
Patch = 5,
Head = 6,
Options = 7,
}

Values

Any0
Get1
Post2
Put3
Delete4
Patch5
Options7