Share via


DefaultOutputFormatterSelector 클래스

정의

의 기본 구현입니다 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

생성자

DefaultOutputFormatterSelector(IOptions<MvcOptions>, ILoggerFactory)

DefaultOutputFormatterSelector의 새 인스턴스를 초기화합니다.

메서드

SelectFormatter(OutputFormatterCanWriteContext, IList<IOutputFormatter>, MediaTypeCollection)

IOutputFormatter 를 선택하여 제공된 값과 현재 요청에 따라 응답을 작성합니다.

적용 대상