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