HttpRequestHeaderCollection.Accept Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the HttpMediaTypeWithQualityHeaderValueCollection of HttpMediaTypeWithQualityHeaderValue objects that represent the value of an Accept HTTP header on an HTTP request.
public:
property HttpMediaTypeWithQualityHeaderValueCollection ^ Accept { HttpMediaTypeWithQualityHeaderValueCollection ^ get(); };
HttpMediaTypeWithQualityHeaderValueCollection Accept();
public HttpMediaTypeWithQualityHeaderValueCollection Accept { get; }
var httpMediaTypeWithQualityHeaderValueCollection = httpRequestHeaderCollection.accept;
Public ReadOnly Property Accept As HttpMediaTypeWithQualityHeaderValueCollection
Property Value
The collection of HttpMediaTypeWithQualityHeaderValue objects that represent the value of an Accept HTTP header. An empty collection means that the header is absent.