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)

abstract AcceptTypes : string[] with get
override AcceptTypes : string[] with get

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: