PostPageEventArgs Class
Provides data for the WebTest::PostPage event.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
System::EventArgs
Microsoft.VisualStudio.TestTools.WebTesting::PostRequestEventArgs
Microsoft.VisualStudio.TestTools.WebTesting::PostPageEventArgs
| Name | Description | |
|---|---|---|
![]() | PageOutcome | Gets a value that indicates the outcome of the page request and response. |
![]() | PageStatistics | Gets a WebTestPageStatistics object that contains statistics about the execution of the page. |
![]() | Request | Gets the WebTestRequest that is the source of the PostRequest event.(Inherited from PostRequestEventArgs.) |
![]() | Response | Gets the WebTestResponse that is generated by the request.(Inherited from PostRequestEventArgs.) |
![]() | ResponseExists | Gets a value that indicates whether a response exists.(Inherited from PostRequestEventArgs.) |
![]() | WebTest | Gets the WebTest that contains the request.(Inherited from PostRequestEventArgs.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


