/// <inheritdoc /> public int UnexceptionWebRequest(UmbracoUrl url) => WebRequestHandler.Unexception(this, url);
/// <inheritdoc /> public int UnexceptionWebRequest() => WebRequestHandler.Unexception(this);
/// <inheritdoc /> public int UnexceptionWebRequest(Regex regex) => WebRequestHandler.Unexception(this, regex);