次の方法で共有


CorsRule.AllowedOrigins プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="allowedOrigins")]
public System.Collections.Generic.IList<string> AllowedOrigins { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="allowedOrigins")>]
member this.AllowedOrigins : System.Collections.Generic.IList<string> with get, set
Public Property AllowedOrigins As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象