Class HttpPartAttribute
This attribute marks a property in a HttpRequestAttributed or HttpResponseAttribute class as being a part for processing
Inheritance
System.Object
HttpPartAttribute
Namespace: Dapplo.HttpExtensions.Support
Assembly: Dapplo.HttpExtensions.dll
Syntax
public class HttpPartAttribute : Attribute
Constructors
| Improve this Doc View SourceHttpPartAttribute(HttpParts)
Constructor
Declaration
public HttpPartAttribute(HttpParts part)
Parameters
Type | Name | Description |
---|---|---|
HttpParts | part | HttpParts |
Properties
| Improve this Doc View SourceOrder
Order of the content when using multi-part content
Declaration
public int Order { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Part
Use this to specify what the property is representing
Declaration
public HttpParts Part { get; set; }
Property Value
Type | Description |
---|---|
HttpParts |