Request.Params["CategoryID"]
从页面的
QueryString 、Form、Cookies、ServerVariables 里检索名称为“CategoryID”的值。
优先级顺序为
QueryString > Form > Cookies > ServerVariables
从页面的
QueryString 、Form、Cookies、ServerVariables 里检索名称为“CategoryID”的值。
优先级顺序为
QueryString > Form > Cookies > ServerVariables