Table of Contents

Class FormUrlEncodedItem

Namespace
Fluxzy.Formatters.Producers.Requests
Assembly
Fluxzy.Core.dll
public class FormUrlEncodedItem
Inheritance
FormUrlEncodedItem
Inherited Members

Constructors

FormUrlEncodedItem(string, string)

public FormUrlEncodedItem(string key, string value)

Parameters

key string
value string

Properties

Key

public string Key { get; }

Property Value

string

Value

public string Value { get; }

Property Value

string