ConsumesAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ConsumesAttribute(String, String[]) |
ConsumesAttribute の新しいインスタンスを作成します。 |
ConsumesAttribute(Type, String, String[]) |
ConsumesAttribute の新しいインスタンスを作成します。 |
ConsumesAttribute(String, String[])
ConsumesAttribute の新しいインスタンスを作成します。
public:
ConsumesAttribute(System::String ^ contentType, ... cli::array <System::String ^> ^ otherContentTypes);
public ConsumesAttribute (string contentType, params string[] otherContentTypes);
new Microsoft.AspNetCore.Mvc.ConsumesAttribute : string * string[] -> Microsoft.AspNetCore.Mvc.ConsumesAttribute
Public Sub New (contentType As String, ParamArray otherContentTypes As String())
パラメーター
- contentType
- String
- otherContentTypes
- String[]
適用対象
ConsumesAttribute(Type, String, String[])
ConsumesAttribute の新しいインスタンスを作成します。
public ConsumesAttribute (Type requestType, string contentType, params string[] otherContentTypes);
new Microsoft.AspNetCore.Mvc.ConsumesAttribute : Type * string * string[] -> Microsoft.AspNetCore.Mvc.ConsumesAttribute
Public Sub New (requestType As Type, contentType As String, ParamArray otherContentTypes As String())
パラメーター
- requestType
- Type
- contentType
- String
- otherContentTypes
- String[]