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