Subscriber portal
Gets a string array of client-supported MIME accept types.
member AcceptTypes : string[] with get
A string array of client-supported MIME accept types.
The following code example captures the multiple values returned by the AcceptTypes property into an object variable and writes the number and name of each valueto a separate line of HTTP output.
HttpRequest ClassSystem.Web Namespace