Example #1
0
 /// <inheritdoc />
 public int UnexceptionWebRequest(UmbracoUrl url) => WebRequestHandler.Unexception(this, url);
Example #2
0
 /// <inheritdoc />
 public int UnexceptionWebRequest() => WebRequestHandler.Unexception(this);
Example #3
0
 /// <inheritdoc />
 public int UnexceptionWebRequest(Regex regex) => WebRequestHandler.Unexception(this, regex);