Suoranta.EnterpriseLib.Web - Developer API

FormContentBuilder<(Of <(<'TFormData>)>)> Class

Base class for classes that are used to build form HttpContent in Post requests

Namespace:  Suoranta.EnterpriseLib.Util.Net
Assembly:  Suoranta.EnterpriseLib (in Suoranta.EnterpriseLib.dll)

Syntax


public class FormContentBuilder<TFormData>
where TFormData : MultipartContent

Type Parameters

TFormData

Inheritance Hierarchy


Object
  Suoranta.EnterpriseLib.Util.Net..::..FormContentBuilder<(Of <(<'TFormData>)>)>