ExtractHiddenFields.Extract Method
Visual Studio 2005
Extracts all hidden fields found in the body of the response and adds the unique hidden fields to the WebTestContext.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in microsoft.visualstudio.qualitytools.webtestframework.dll)
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in microsoft.visualstudio.qualitytools.webtestframework.dll)
public void Extract ( Object sender, ExtractionEventArgs e )
public override function Extract ( sender : Object, e : ExtractionEventArgs )
Parameters
- sender
The object raising the event.
- e
An ExtractionEventArgs that contains the request, response, and context event data.