Compartir a través de


Action.ServiceUrl Propiedad

Definición

Obtiene esta dirección URL para obtener datos adicionales para determinar cómo realizar la acción adecuada. Por ejemplo, serviceUrl podría devolver JSON junto con una dirección URL de imagen.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a