Class HttpAttribute
This attribute marks a property as "http content"
Inheritance
System.Object
System.Attribute
HttpAttribute
Namespace:Dapplo.HttpExtensions.Support
Assembly:Dapplo.HttpExtensions.dll
Syntax
public class HttpAttribute : Attribute, _Attribute
Constructors
| Improve this Doc View SourceHttpAttribute(Object)
Declaration
public HttpAttribute(object part)
Parameters
Type | Name | Description |
---|---|---|
System.Object | part |
Properties
| Improve this Doc View SourceOrder
Order of the content when using multi-part content
Declaration
public int Order { get; set; }
Returns
Type | Description |
---|---|
System.Int32 |
Part
Use this to specify what the property is representing
Declaration
public HttpParts Part { get; set; }
Returns
Type | Description |
---|---|
HttpParts |