DeployManifest.TrustUrlParameters Property

Definition

Specifies whether or not URL query-string parameters should be made available to the application. The default is False indicating that parameters will not be available to the application.

C#
public bool TrustUrlParameters { get; set; }

Property Value

true if URL query-string parameters are available to the application; otherwise, false.

Remarks

If this property is set to true, URL query-string parameters are available to the application. The default is false, specifying that parameters will not be available to the application.

Applies to

Produit Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1