AddSpecialField Method
Adds a special field name and the corresponding value.
Syntax
[VB.NET] Public Sub AddSpecialField(ByVal Name As String, ByVal Val As String)
[C#] public void AddSpecialField(string name, string val);
Remarks
Please refer to the Name and Value fields for more information on form variables and how they are managed.
NOTE: This method has a corresponding asynchronous version (AddSpecialFieldAsync) for use in the Xamarin environment.