Guest User

Untitled

a guest
Jul 20th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. string Strings = "http://alianzas.qapaq.pe/PlataformaGestion/Gestion/?ref=Affiliate_AskRobin&VariableR=853199";
  2. int indice1 = strings.IndexOf("&VariableR=") + "&VariableR=".Length;
  3. //Resultado me sale 85
  4.  
  5. Uri myUri = new Uri("http://www.example.com?param1=good&param2=bad");
  6. string param1 = HttpUtility.ParseQueryString(myUri.Query).Get("param1");
Add Comment
Please, Sign In to add comment