BingWebPage.Name Property
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.
The name of the webpage.
[System.Text.Json.Serialization.JsonPropertyName("name")]
public string? Name { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("name")>]
member this.Name : string with get, set
Public Property Name As String
Property Value
- Attributes
Remarks
Use this name along with url to create a hyperlink that when clicked takes the user to the webpage.