Compartir a través de


UrlRedirectActionParameters.CustomPath Propiedad

Definición

Obtiene o establece la ruta de acceso completa que se va a redirigir. La ruta de acceso no puede estar vacía y debe comenzar con /. Deje vacío para usar la ruta de acceso entrante como ruta de acceso de destino.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a