Class HttpPostFormContent
The HTTP Post form content.
Inheritance
System.Object
HttpPostFormContent
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|
System.String | The HTML form. |
HttpHeaders
Gets or sets the the HTTP headers.
Declaration
public IDictionary<string, StringValues> HttpHeaders { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, Microsoft.Extensions.Primitives.StringValues> | The HTTP headers. |