IWebmasterApi.AddConnectedPage(String, String) Method

Definition

Add a page which has link to your website(connected to your website).

public:
 void AddConnectedPage(System::String ^ siteUrl, System::String ^ masterUrl);
[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 AddConnectedPage (string siteUrl, string masterUrl);
abstract member AddConnectedPage : string * string -> unit
Public Sub AddConnectedPage (siteUrl As String, masterUrl As String)

Parameters

siteUrl
String
masterUrl
String
Attributes

Applies to