6 references to TrimAndClean
System.Web.Mobile (6)
Mobile\MobileErrorInfo.cs (6)
254this.Type = TrimAndClean(match.Result("${title}")); 255this.Description = TrimAndClean(match.Result("${description}")); 260this.MiscTitle = TrimAndClean(match.Result("${misctitle}")); 261this.MiscText = TrimAndClean(match.Result("${misctext}")); 267this.File = TrimAndClean(match.Result("${file}")); 268this.LineNumber = TrimAndClean(match.Result("${linenumber}"));