IWebmasterApi.FetchUrl(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fetch single URL
public:
void FetchUrl(System::String ^ siteUrl, System::String ^ url);
[System.ServiceModel.FaultContract(typeof(Microsoft.Bing.Webmaster.Api.Interfaces.ApiFault))]
[System.ServiceModel.OperationContract]
[System.ServiceModel.Web.WebInvoke(BodyStyle=System.ServiceModel.Web.WebMessageBodyStyle.WrappedRequest, Method="POST")]
public void FetchUrl (string siteUrl, string url);
abstract member FetchUrl : string * string -> unit
Public Sub FetchUrl (siteUrl As String, url As String)
Parameters
- siteUrl
- String
- url
- String
- Attributes