Share via


WebPage.SearchTags Property

Definition

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.

[Newtonsoft.Json.JsonProperty(PropertyName="searchTags")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.CustomSearch.Models.WebMetaTag> SearchTags { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="searchTags")>]
member this.SearchTags : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.CustomSearch.Models.WebMetaTag>
Public ReadOnly Property SearchTags As IList(Of WebMetaTag)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to