次の方法で共有


AppPlatformGatewayCorsProperties.AllowedMethods プロパティ

定義

クロスサイト要求で許可されている HTTP メソッド。 特殊な値 * を指定すると、すべてのメソッドが許可されます。 設定されていない場合、 GETHEAD は既定で許可されます。

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

プロパティ値

適用対象