SystemTextJsonOutputFormatter(JsonSerializerOptions) 생성자

정의

SystemTextJsonOutputFormatter 인스턴스를 초기화합니다.

public:
 SystemTextJsonOutputFormatter(System::Text::Json::JsonSerializerOptions ^ jsonSerializerOptions);
public SystemTextJsonOutputFormatter (System.Text.Json.JsonSerializerOptions jsonSerializerOptions);
new Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter : System.Text.Json.JsonSerializerOptions -> Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter
Public Sub New (jsonSerializerOptions As JsonSerializerOptions)

매개 변수

적용 대상