Sitecore 5.1.1 API

Settings.AppendQSToUrlRendering Property

Indicates if main query strings are appended to URL renderings?

[Visual Basic]
Public Shared ReadOnly Property AppendQSToUrlRendering As Boolean
[C#]
public static bool AppendQSToUrlRendering {get;}

Property Value

Default value: true.

Remarks

If true, query strings of the main page will be passed on the all URL renderings on the page.

Example

If a layout contains a URL rendering with the url http://www.google.com/search., and the layout is triggered by the url http://localhost/home.aspx?q=sitecore., the url rendering will request the url http://www.google.com/search?q=sitecore.

See Also

Settings Class | Sitecore.Configuration Namespace