ASPNET_VirtualUser GetAspNetHiddenFieldNames Method C# API
Get a collection containing all of the ASP.NET hidden field names that are currently held by this Virtual User for the specified url.

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

public IReadOnlyCollection<string> GetAspNetHiddenFieldNames(
	Url url
)

Return Value

A collection of field names
See Also