FormatterMappings.SetMediaTypeMappingForFormat 方法

定義

多載

SetMediaTypeMappingForFormat(String, MediaTypeHeaderValue)

將格式的對應設定為指定的媒體類型。 如果格式已經存在,則會以新的值覆寫媒體類型。

SetMediaTypeMappingForFormat(String, String)

將格式的對應設定為指定的媒體類型。 如果格式已經存在,則會以新的值覆寫媒體類型。

SetMediaTypeMappingForFormat(String, MediaTypeHeaderValue)

將格式的對應設定為指定的媒體類型。 如果格式已經存在,則會以新的值覆寫媒體類型。

public:
 void SetMediaTypeMappingForFormat(System::String ^ format, Microsoft::Net::Http::Headers::MediaTypeHeaderValue ^ contentType);
public void SetMediaTypeMappingForFormat (string format, Microsoft.Net.Http.Headers.MediaTypeHeaderValue contentType);
member this.SetMediaTypeMappingForFormat : string * Microsoft.Net.Http.Headers.MediaTypeHeaderValue -> unit
Public Sub SetMediaTypeMappingForFormat (format As String, contentType As MediaTypeHeaderValue)

參數

format
String

格式值。

contentType
MediaTypeHeaderValue

格式值的媒體類型。

適用於

SetMediaTypeMappingForFormat(String, String)

將格式的對應設定為指定的媒體類型。 如果格式已經存在,則會以新的值覆寫媒體類型。

public:
 void SetMediaTypeMappingForFormat(System::String ^ format, System::String ^ contentType);
public void SetMediaTypeMappingForFormat (string format, string contentType);
member this.SetMediaTypeMappingForFormat : string * string -> unit
Public Sub SetMediaTypeMappingForFormat (format As String, contentType As String)

參數

format
String

格式值。

contentType
String

格式值的媒體類型。

適用於