次の方法で共有


HTTPConfiguration.ValidStatusCodes プロパティ

定義

有効な状態コードを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="validStatusCodes")]
public System.Collections.Generic.IList<int?> ValidStatusCodes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="validStatusCodes")>]
member this.ValidStatusCodes : System.Collections.Generic.IList<Nullable<int>> with get, set
Public Property ValidStatusCodes As IList(Of Nullable(Of Integer))

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象