Edit

Share via


HttpClientLoggingTagNames.TagNames Property

Definition

Gets a list of all tag names.

public:
 static property System::Collections::Generic::IReadOnlyList<System::String ^> ^ TagNames { System::Collections::Generic::IReadOnlyList<System::String ^> ^ get(); };
public static System.Collections.Generic.IReadOnlyList<string> TagNames { get; }
static member TagNames : System.Collections.Generic.IReadOnlyList<string>
Public Shared ReadOnly Property TagNames As IReadOnlyList(Of String)

Property Value

A read-only IReadOnlyList<T> of all tag names.

Applies to