BingWebPage Class
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.
Defines a webpage that is relevant to the query.
public sealed class BingWebPage
type BingWebPage = class
Public NotInheritable Class BingWebPage
- Inheritance
-
BingWebPage
Properties
| DateLastCrawled |
The last time that Bing crawled the webpage. |
| DeepLinks |
A list of links to related content that Bing found in the website that contains this webpage. |
| DisplayUrl |
The display URL of the webpage. |
| Id |
An ID that uniquely identifies this webpage in the list of web results. |
| IsFamilyFriendly |
A Boolean value that indicates whether the webpage contains adult content. If the webpage doesn't contain adult content, isFamilyFriendly is set to true. |
| IsNavigational |
A Boolean value that indicates whether the user’s query is frequently used for navigation to different parts of the webpage’s domain. Is true if users navigate from this page to other parts of the website. |
| Language |
A two-letter language code that identifies the language used by the webpage. For example, the language code is en for English. |
| Name |
The name of the webpage. |
| OpenGraphImage |
A URL to the image that the webpage owner chose to represent the page content. Included only if available. |
| SearchTags |
A list of search tags that the webpage owner specified on the webpage. The API returns only indexed search tags. |
| Snippet |
A snippet of text from the webpage that describes its contents. |
| Url |
The URL to the webpage. |