如何將對象序列化為查詢字符串格式?我似乎在Google上找不到答案。謝謝。這是我將序列化的對象作為示例。public class EditListItemActionModel{ public int? Id { get; set; } public int State { get; set; } public string Prefix { get; set; } public string Index { get; set; } public int? ParentID { get; set; }}
- 3 回答
- 0 關(guān)注
- 555 瀏覽
添加回答
舉報
0/150
提交
取消