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 根据提供的值和当前请求编写响应。 |