Share via


ContentNegotiationResult(MediaTypeFormatter, MediaTypeHeaderValue) Constructor

Definition

public ContentNegotiationResult (System.Net.Http.Formatting.MediaTypeFormatter formatter, System.Net.Http.Headers.MediaTypeHeaderValue mediaType);
new System.Net.Http.Formatting.ContentNegotiationResult : System.Net.Http.Formatting.MediaTypeFormatter * System.Net.Http.Headers.MediaTypeHeaderValue -> System.Net.Http.Formatting.ContentNegotiationResult
Public Sub New (formatter As MediaTypeFormatter, mediaType As MediaTypeHeaderValue)

Parameters

formatter
System.Net.Http.Formatting.MediaTypeFormatter

Applies to