次の方法で共有


CorsPolicy.AllowedMethods プロパティ

定義

配信元ドメインが CORS 要求に使用できるメソッド (HTTP 要求動詞) を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="allowedMethods")]
public string AllowedMethods { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="allowedMethods")>]
member this.AllowedMethods : string with get, set
Public Property AllowedMethods As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象