ASPNET_VirtualUser ApplyAspNetHiddenFieldsToForm Method C# API
Apply all hidden ASP.NET fields to a Form.

Namespace: TestPlant.ASP_NET
Assembly: ASP.NET (in ASP.NET.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public void ApplyAspNetHiddenFieldsToForm(
	Form form,
	Url url
)
Remarks

All hidden fields that have been stored by this Virtual User for the specified url will be applied to the form. Any fields that are not already on the form will be added. Any fields that are already present on the form will be updated.
See Also