DefaultContentNegotiator.UpdateBestMatch 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 System.Net.Http.Formatting.MediaTypeFormatterMatch UpdateBestMatch (System.Net.Http.Formatting.MediaTypeFormatterMatch current, System.Net.Http.Formatting.MediaTypeFormatterMatch potentialReplacement);
abstract member UpdateBestMatch : System.Net.Http.Formatting.MediaTypeFormatterMatch * System.Net.Http.Formatting.MediaTypeFormatterMatch -> System.Net.Http.Formatting.MediaTypeFormatterMatch
override this.UpdateBestMatch : System.Net.Http.Formatting.MediaTypeFormatterMatch * System.Net.Http.Formatting.MediaTypeFormatterMatch -> System.Net.Http.Formatting.MediaTypeFormatterMatch
Protected Overridable Function UpdateBestMatch (current As MediaTypeFormatterMatch, potentialReplacement As MediaTypeFormatterMatch) As MediaTypeFormatterMatch
Parameters
- current
- MediaTypeFormatterMatch
- potentialReplacement
- MediaTypeFormatterMatch