次の方法で共有


PolicySettings.DefaultCustomBlockResponseBody プロパティ

定義

アクションの種類がブロックの場合、顧客は応答本文をオーバーライドできる場合に取得または設定します。 本文は base64 エンコードで指定する必要があります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象