I want to get data from a url on asp.net. I need the data to be a string, which I can then use in other code.
http://example.com/service_name/videos/?category={0}&offset={1}&maxResult={2}
I need category offset and maxresult's number.
Can anyone help me?
string category = Request.QueryString["category"];
string maxResult = Request.QueryString["maxResult"];
ASP.NET QueryString Usage
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With