Share via


WebMetaTag Constructors

Definition

Overloads

WebMetaTag()

Initializes a new instance of the WebMetaTag class.

WebMetaTag(String, String)

Initializes a new instance of the WebMetaTag class.

WebMetaTag()

Initializes a new instance of the WebMetaTag class.

public WebMetaTag ();
Public Sub New ()

Applies to

WebMetaTag(String, String)

Initializes a new instance of the WebMetaTag class.

public WebMetaTag (string name = default, string content = default);
new Microsoft.Azure.CognitiveServices.Search.CustomSearch.Models.WebMetaTag : string * string -> Microsoft.Azure.CognitiveServices.Search.CustomSearch.Models.WebMetaTag
Public Sub New (Optional name As String = Nothing, Optional content As String = Nothing)

Parameters

name
String

The metadata.

content
String

The name of the metadata.

Applies to