c# - How can I assign `Request.QueryString["access_token"]` to `string a`? -


when check breakpoint see request.querystring["access_token"] not null. can't assign string. how can ?

so string = request.querystring["access_token"]

just --> string = request.querystring["access_token"].tostring();


Comments

Popular posts from this blog

php - Magento - Deleted Base url key -

javascript - Tooltipster plugin not firing jquery function when button or any click even occur -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -