DefaultOutputFormatterSelector クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
の既定の OutputFormatterSelector実装。
public ref class DefaultOutputFormatterSelector : Microsoft::AspNetCore::Mvc::Infrastructure::OutputFormatterSelector
public class DefaultOutputFormatterSelector : Microsoft.AspNetCore.Mvc.Infrastructure.OutputFormatterSelector
type DefaultOutputFormatterSelector = class
inherit OutputFormatterSelector
Public Class DefaultOutputFormatterSelector
Inherits OutputFormatterSelector
- 継承
コンストラクター
DefaultOutputFormatterSelector(IOptions<MvcOptions>, ILoggerFactory) |
DefaultOutputFormatterSelector の新しいインスタンスを初期化します |
メソッド
SelectFormatter(OutputFormatterCanWriteContext, IList<IOutputFormatter>, MediaTypeCollection) |
指定 IOutputFormatter された値と現在の要求に基づいて応答を書き込むには、 を選択します。 |