FormatterMappings 類別

定義

用來指定 URL 格式與對應媒體類型之間的對應。

C#
public class FormatterMappings
繼承
FormatterMappings

建構函式

FormatterMappings()

用來指定 URL 格式與對應媒體類型之間的對應。

方法

ClearMediaTypeMappingForFormat(String)

清除格式的媒體類型對應。

GetMediaTypeMappingForFormat(String)

取得指定格式的媒體類型。

SetMediaTypeMappingForFormat(String, MediaTypeHeaderValue)

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

SetMediaTypeMappingForFormat(String, String)

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

適用於

產品 版本
ASP.NET Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0