Share via


ExtractHiddenFields.Extract Method

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)

Syntax

'Declaration
Public Overrides Sub Extract ( _
    sender As Object, _
    e As ExtractionEventArgs _
)
public override void Extract(
    Object sender,
    ExtractionEventArgs e
)
public:
virtual void Extract(
    Object^ sender, 
    ExtractionEventArgs^ e
) override
abstract Extract : 
        sender:Object * 
        e:ExtractionEventArgs -> unit  
override Extract : 
        sender:Object * 
        e:ExtractionEventArgs -> unit
public override function Extract(
    sender : Object, 
    e : ExtractionEventArgs
)

Parameters

  • sender
    Type: Object

    The object raising the event.

Remarks

If hidden fields within the context have the same identifier as the fields being extracted, the hidden fields in the context are removed from the context and replaced by the extracted hidden fields.

.NET Framework Security

See Also

Reference

ExtractHiddenFields Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace