ASPNET_VirtualUser GetAspNetHiddenField Method C# API
Get the value of a hidden field retrieved from a partial ASP.NET form update.

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

public string GetAspNetHiddenField(
	Url url,
	string id
)

Parameters

url
Type: Facilita.Web Url
The Url of the ASP.NET page
id
Type: System String
The name of the hidden field (e.g. __VIEWSTATE)

Return Value

The value of the hidden field
See Also