wodHttpDLX ActiveX Control - Accept Property
      
 

Description

Holds list of content types that will be accepted.


Property type

A String value.  


Syntax

object.Accept [= value]



The Accept Property syntax has these parts:

Part Description
object An expression evaluating to an object of type HttpRequest.
value A String value.

Remarks

This property contains a semicolon-separated list of content types which will be accepted in the response to this request. The set given may vary from request to request from the same user - and depends purely on your choice.

This property is just a 'shortcut' to Request.Headers("Accept") value.