WebResult.Url Property (Bing, Version 2.0)

Returns the full URL for the result as a string.

Public Property Url As String
public string Url { get; set; }

Remarks

The Url field contains the full URL to the page. This may contain extended information, such as instrumentation, and may be different than the DisplayUrl that you will want to display to the user. Typically, the Title is used to display the text of a hyperlink and the Url is used to specify the link target.

This string contains the URL to the Web page.

See Also

Concepts

Web SourceType (Bing, Version 2)
Web SourceType Code Samples