次の方法で共有


StorageCorsRule.AllowedOrigins プロパティ

定義

CorsRule 要素が存在する場合は必須です。 CORS 経由で許可される配信元ドメインの一覧。すべてのドメインを許可する "*" です。

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

プロパティ値

適用対象