SystemTextJsonOutputFormatter.SerializerOptions 속성

정의

JsonSerializerOptions 구성하는 데 사용되는 를 가져옵니다 JsonSerializer.

public:
 property System::Text::Json::JsonSerializerOptions ^ SerializerOptions { System::Text::Json::JsonSerializerOptions ^ get(); };
public System.Text.Json.JsonSerializerOptions SerializerOptions { get; }
member this.SerializerOptions : System.Text.Json.JsonSerializerOptions
Public ReadOnly Property SerializerOptions As JsonSerializerOptions

속성 값

설명

의 단일 instance SystemTextJsonOutputFormatter 모든 JSON 서식 지정에 사용됩니다. 옵션을 변경하면 모든 출력 서식에 영향을 갖습니다.

적용 대상