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