Class HttpPostFormContent
The HTTP Post form content.
Inherited Members
Namespace: ComponentSpace.Saml2.Bindings.Post
Assembly: ComponentSpace.Saml2.dll
Syntax
public class HttpPostFormContent
Properties
HtmlForm
Gets or sets the the HTML form.
Declaration
public string HtmlForm { get; set; }
Property Value
Type | Description |
---|---|
string | The HTML form. |
HttpHeaders
Gets or sets the the HTTP headers.
Declaration
public IDictionary<string, StringValues> HttpHeaders { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, StringValues> | The HTTP headers. |