Visual Basic |
---|
Public Property CreateFrameUsingNonUserData As String |
- Get--Instructs UFT One to ignore non-user-input data if the Get method is used to transfer data to the server.
- Post--Instructs UFT One to ignore non-user-input data if the Post method is used to transfer data to the server.
- Get Post--Instructs UFT One to ignore non-user-input data if either the Get or the Post methods are used to transfer data to the server.
- "" (empty string)--Instructs UFT One not to ignore user input data transferred to the server via the Get/Post methods.
This property is relevant only when the value of FrameCreationMode is URL.