HttpRequestBase.AcceptTypes Property

Definition

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

public:
 virtual property cli::array <System::String ^> ^ AcceptTypes { cli::array <System::String ^> ^ get(); };
public virtual string[] AcceptTypes { get; }
member this.AcceptTypes : string[]
Public Overridable ReadOnly Property AcceptTypes As String()

Property Value

String[]

An array of client-supported MIME accept types.

Exceptions

Applies to