Freigeben über


IUrlRedirectAction.ParameterCustomFragment Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="Fragment to add to the redirect URL. Fragment is the part of the URL that comes after #. Do not include the #.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="customFragment", Update=true)]
public string ParameterCustomFragment { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="Fragment to add to the redirect URL. Fragment is the part of the URL that comes after #. Do not include the #.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="customFragment", Update=true)>]
member this.ParameterCustomFragment : string with get, set
Public Property ParameterCustomFragment As String

Property Value

Attributes

Applies to