Udostępnij za pośrednictwem


AppPlatformGatewayCorsProperties.AllowedMethods Property

Definition

Allowed HTTP methods on cross-site requests. The special value * allows all methods. If not set, GET and HEAD are allowed by default.

public System.Collections.Generic.IList<string> AllowedMethods { get; }
member this.AllowedMethods : System.Collections.Generic.IList<string>
Public ReadOnly Property AllowedMethods As IList(Of String)

Property Value

Applies to