다음을 통해 공유


JsonHelper(JsonOutputFormatter, ArrayPool<Char>) 생성자

정의

에서 백업jsonOutputFormatter하는 의 JsonHelper 새 instance 초기화합니다.

public:
 JsonHelper(Microsoft::AspNetCore::Mvc::Formatters::JsonOutputFormatter ^ jsonOutputFormatter, System::Buffers::ArrayPool<char> ^ charPool);
public JsonHelper (Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter jsonOutputFormatter, System.Buffers.ArrayPool<char> charPool);
new Microsoft.AspNetCore.Mvc.ViewFeatures.JsonHelper : Microsoft.AspNetCore.Mvc.Formatters.JsonOutputFormatter * System.Buffers.ArrayPool<char> -> Microsoft.AspNetCore.Mvc.ViewFeatures.JsonHelper
Public Sub New (jsonOutputFormatter As JsonOutputFormatter, charPool As ArrayPool(Of Char))

매개 변수

jsonOutputFormatter
JsonOutputFormatter

JsonOutputFormatter JSON을 serialize하는 데 사용되는 입니다.

charPool
ArrayPool<Char>

사용자 지정 Newtonsoft.Json.JsonSerializerSettings 에 사용할 입니다ArrayPool<T>(참조Serialize(Object, JsonSerializerSettings)).

적용 대상