WebPage 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 class WebPage : Microsoft.Azure.CognitiveServices.Search.CustomSearch.Models.CreativeWork
type WebPage = class
inherit CreativeWork
Public Class WebPage
Inherits CreativeWork
- Inheritance
Constructors
WebPage() |
Initializes a new instance of the WebPage class. |
WebPage(String, String, String, String, String, String, String, IList<Thing>, String, String, String, IList<WebPage>, String, IList<WebMetaTag>) |
Initializes a new instance of the WebPage class. |
Properties
BingId |
Gets an ID that uniquely identifies this item. (Inherited from Thing) |
DateLastCrawled |
Gets the last time that Bing crawled the webpage. The date is in the form, YYYY-MM-DDTHH:MM:SS. For example, 2015-04-13T05:23:39. |
DeepLinks |
Gets a list of links to related content that Bing found in the website that contains this webpage. The Webpage object in this context includes only the name, url, urlPingSuffix, and snippet fields. |
Description |
Gets a short description of the item. (Inherited from Thing) |
DisplayUrl |
Gets the display URL of the webpage. The URL is meant for display purposes only and is not well formed. |
Id |
Gets a String identifier. (Inherited from Identifiable) |
Name |
Gets the name of the thing represented by this object. (Inherited from Thing) |
Provider |
Gets the source of the creative work. (Inherited from CreativeWork) |
SearchTags |
Gets a list of search tags that the webpage owner specified on the webpage. The API returns only indexed search tags. The name field of the MetaTag object contains the indexed search tag. Search tags begin with search.* (for example, search.assetId). The content field contains the tag's value. |
Snippet |
Gets a snippet of text from the webpage that describes its contents. |
Text | (Inherited from CreativeWork) |
ThumbnailUrl |
Gets the URL to a thumbnail of the item. (Inherited from CreativeWork) |
Url |
Gets the URL to get more information about the thing represented by this object. (Inherited from Thing) |
WebSearchUrl |
Gets the URL To Bing's search result for this item. (Inherited from Response) |
Applies to
Azure SDK for .NET