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