JsonContent.Value 属性

定义

获取要序列化并用作发送此实例的 HttpRequestMessage 的正文的值。

public:
 property System::Object ^ Value { System::Object ^ get(); };
public object? Value { get; }
member this.Value : obj
Public ReadOnly Property Value As Object

属性值

要序列化的值,并用作发送此实例的 的 HttpRequestMessage 主体。

适用于