次の方法で共有


AppPlatformGatewayCorsProperties.AllowedOrigins プロパティ

定義

クロスサイト要求を行うことが許可されているオリジン。 特殊な値 * を指定すると、すべてのドメインが許可されます。

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

プロパティ値

適用対象