다음을 통해 공유


BingWebPage.Name Property

Definition

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.

Applies to