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

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

rest - Spring boot: Request method 'PUT' not supported -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -