IncomingWebRequestContext.GetAcceptHeaderElements Method

Definition

Gets a collection of the Accept header elements.

public:
 System::Collections::ObjectModel::Collection<System::Net::Mime::ContentType ^> ^ GetAcceptHeaderElements();
public System.Collections.ObjectModel.Collection<System.Net.Mime.ContentType> GetAcceptHeaderElements ();
member this.GetAcceptHeaderElements : unit -> System.Collections.ObjectModel.Collection<System.Net.Mime.ContentType>
Public Function GetAcceptHeaderElements () As Collection(Of ContentType)

Returns

A collection of the Accept header elements.

Applies to