FormatterMappings 類別

定義

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

public ref class FormatterMappings
public class FormatterMappings
type FormatterMappings = class
Public Class FormatterMappings
繼承
FormatterMappings

建構函式

FormatterMappings()

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

方法

ClearMediaTypeMappingForFormat(String)

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

GetMediaTypeMappingForFormat(String)

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

SetMediaTypeMappingForFormat(String, MediaTypeHeaderValue)

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

SetMediaTypeMappingForFormat(String, String)

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

適用於