DefaultContentNegotiator.ShouldMatchOnType Method
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.
protected virtual bool ShouldMatchOnType (System.Collections.Generic.IEnumerable<System.Net.Http.Headers.MediaTypeWithQualityHeaderValue> sortedAcceptValues);
abstract member ShouldMatchOnType : seq<System.Net.Http.Headers.MediaTypeWithQualityHeaderValue> -> bool
override this.ShouldMatchOnType : seq<System.Net.Http.Headers.MediaTypeWithQualityHeaderValue> -> bool
Protected Overridable Function ShouldMatchOnType (sortedAcceptValues As IEnumerable(Of MediaTypeWithQualityHeaderValue)) As Boolean
Parameters
- sortedAcceptValues
- IEnumerable<MediaTypeWithQualityHeaderValue>