标签: serialization restsharp
当RestSharp对AddBody函数进行序列化时,我需要忽略类对象的属性,我已经尝试使用[ScriptIgnore],但这不起作用。
我正在使用RestSharp版本105.2.3.0
我需要在序列化期间忽略的属性上添加什么属性?