HttpRequest.AcceptTypes Property
.NET Framework (current version)
Gets a string array of client-supported MIME accept types.
Assembly: System.Web (in System.Web.dll)
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: