IWebmasterApi.AddConnectedPage(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.
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