Improve this Doc View Source

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 Source

HttpAttribute(Object)

Declaration
public HttpAttribute(object part)
Parameters
Type Name Description
System.Object part

Properties

| Improve this Doc View Source

Order

Order of the content when using multi-part content

Declaration
public int Order { get; set; }
Returns
Type Description
System.Int32
| Improve this Doc View Source

Part

Use this to specify what the property is representing

Declaration
public HttpParts Part { get; set; }
Returns
Type Description
HttpParts