Delen via


UrlRedirectActionParameters.CustomFragment Property

Definition

Gets or sets fragment to add to the redirect URL. Fragment is the part of the URL that comes after #. Do not include the #.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to