JsonProperty.WriteTo(Utf8JsonWriter) 方法

定义

将属性作为命名的 JSON 对象属性写入提供的编写器。

public:
 void WriteTo(System::Text::Json::Utf8JsonWriter ^ writer);
public void WriteTo (System.Text.Json.Utf8JsonWriter writer);
member this.WriteTo : System.Text.Json.Utf8JsonWriter -> unit
Public Sub WriteTo (writer As Utf8JsonWriter)

参数

writer
Utf8JsonWriter

要将属性写入到的编写器。

例外

writernull

Name 太大,无法转换为 JSON 对象属性。

此 JSON 属性的 ValueValueKind 会导致无效的 JSON。

适用于