Regex regex = new Regex("#.*");
 var signedUrl = regex.Replace(url, "");

 

相关文章: