次の方法で共有


Action.ServiceUrl プロパティ

定義

取得では、この URL を使用して追加のデータを取得し、適切なアクションを実行する方法を決定します。 たとえば、serviceUrl は画像 URL と共に JSON を返す場合があります。

[Newtonsoft.Json.JsonProperty(PropertyName="serviceUrl")]
public string ServiceUrl { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="serviceUrl")>]
member this.ServiceUrl : string
Public ReadOnly Property ServiceUrl As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象