Class QueryString
萬用的查詢字串輔助工具
public static class QueryString
- Inheritance
-
QueryString
- Inherited Members
Methods
Objectify<T>(string)
反序列化查詢字串,依照 key value 指定到指定型態的物件中
public static T Objectify<T>(string qs)
Parameters
qsstring查詢字串
Returns
- T
特定型態的物件中
Type Parameters
T指定物件類型
Parse(object)
序列化查詢字串,依照指定的物件成員名稱與數值組合成查詢字串
public static string Parse(object data)
Parameters
dataobject指定的物件
Returns
- string
查詢字串