IWebmasterApi.AddDeepLinkBlock(String, String, 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.
public:
void AddDeepLinkBlock(System::String ^ siteUrl, System::String ^ market, System::String ^ searchUrl, System::String ^ deepLinkUrl);
[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 AddDeepLinkBlock (string siteUrl, string market, string searchUrl, string deepLinkUrl);
abstract member AddDeepLinkBlock : string * string * string * string -> unit
Public Sub AddDeepLinkBlock (siteUrl As String, market As String, searchUrl As String, deepLinkUrl As String)
Parameters
- siteUrl
- String
- market
- String
- searchUrl
- String
- deepLinkUrl
- String
- Attributes