FormUrlEncodedContent Constructor
Initializes a new instance of the FormUrlEncodedContent class.

Namespace: Aspose.Html.Net
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public FormUrlEncodedContent(
	IEnumerable<KeyValuePair<string, string>> nameValueCollection
)

Parameters

nameValueCollection
Type: System.Collections.GenericIEnumerableKeyValuePairString, String
The name value collection.
See Also