HttpRequestWrapper::AcceptTypes Property

 

Gets an array of client-supported MIME accept types.

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

public:
property array<String^>^ AcceptTypes {
	virtual array<String^>^ get() override;
}

Property Value

Type: array<System::String^>^

An array of client-supported MIME accept types.

.NET Framework
Available since 3.5
Return to top
Show: