HttpRequestBase.AcceptTypes Property

 

When overridden in a derived class, gets an array of client-supported MIME accept types.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

Public Overridable ReadOnly Property AcceptTypes As String()

Property Value

Type: System.String()

An array of client-supported MIME accept types.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: